From: Kenneth Reitz Date: Wed, 14 Dec 2011 15:33:29 +0000 (-0500) Subject: new reqs location X-Git-Tag: v0.8.5~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3bba1543b977f06c7f10dd5d05981ab69fb0121;p=services%2Fpython-requests.git new reqs location --- diff --git a/Makefile b/Makefile index dbda99f..bb38555 100644 --- 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