Merge pull request #611 from pnasrat/develop

Improve developer documentation.
This commit is contained in:
Kenneth Reitz
2012-05-13 19:47:19 -07:00
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -11,3 +11,4 @@ docs/_build
requests.egg-info/
*.pyc
*.swp
env/
+7 -2
View File
@@ -15,10 +15,15 @@ Requests is under active development, and contributions are more than welcome!
Development dependencies
------------------------
You'll need to install ``gunicorn`` and ``httpbin`` in order to run requests' test suite::
You'll need to install ``gunicorn`` and ``httpbin`` and various other dependencies in
order to run requests' test suite::
$ pip install -r requirements.txt
$ virtualenv env
$ . env/bin/activate
$ make
$ make test
The ``Makefile`` has various useful targets for testing.
What Needs to be Done
---------------------