diff options
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index f631dd25..a51f5fd8 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -42,6 +42,8 @@ these steps: #. (Optional, but recommended) Create a virtualenv to work in, and activate it. +.. mkvirtualenv -p /usr/local/pythonz/pythons/CPython-2.7.11/bin/python coverage + #. Clone the repo:: $ hg clone https://bitbucket.org/ned/coveragepy |