new reqs location
authorKenneth Reitz <me@kennethreitz.com>
Wed, 14 Dec 2011 15:33:29 +0000 (10:33 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 14 Dec 2011 15:33:29 +0000 (10:33 -0500)
Makefile

index dbda99f..bb38555 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 init:
-       pip install -r reqs.txt
+       pip install -r requirements.txt
 
 test:
        nosetests --with-color test_requests.py