From 72162a080d685dcab3b2f23febcde7a544f1dd0c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 7 Sep 2015 09:14:24 -0400 Subject: Move most requirements into requirements/*.pip, and share them where possible --- doc/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/contributing.rst') diff --git a/doc/contributing.rst b/doc/contributing.rst index 8690fff..dc50202 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 -- cgit v1.2.1