diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 09:14:24 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 09:14:24 -0400 |
| commit | dac2106e1108212851b85244fe5d6581c4a4409a (patch) | |
| tree | 4336cc8539befa966d5a29a2d8913d77d1b0928c /doc/contributing.rst | |
| parent | ccd78c451aade14fd237fa4391012fd7be2c0b3b (diff) | |
| download | python-coveragepy-git-dac2106e1108212851b85244fe5d6581c4a4409a.tar.gz | |
Move most requirements into requirements/*.pip, and share them where possible
--HG--
rename : requirements.pip => requirements/dev.pip
Diffstat (limited to 'doc/contributing.rst')
| -rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index 8690fff5..dc50202c 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -49,7 +49,7 @@ these steps: #. Install the requirements:: - $ pip install -r requirements.pip + $ pip install -r requirements/dev.pip #. Install a number of versions of Python. Coverage.py supports a wide range of Python versions. The more you can test with, the more easily your code |
