File: installation.rst

package info (click to toggle)
python-doc8 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 1,330; makefile: 17; sh: 10
file content (12 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install doc8

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv doc8
    $ pip install doc8