mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #611 from pnasrat/develop
Improve developer documentation.
This commit is contained in:
@@ -11,3 +11,4 @@ docs/_build
|
||||
requests.egg-info/
|
||||
*.pyc
|
||||
*.swp
|
||||
env/
|
||||
|
||||
+7
-2
@@ -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
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user