summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-01-19 18:43:43 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-01-19 18:43:43 -0500
commit5bff8e362f83fc43b56278cd2dcdec3a06d043aa (patch)
treef8015902a18da0c2bdaf2aa3e5a8ed406bf3e7e9 /docs/dev
parent62733146be357883e4ee334b7c19465ff7c57618 (diff)
downloadpython-requests-5bff8e362f83fc43b56278cd2dcdec3a06d043aa.tar.gz
Update docs/dev/todo.rst
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/todo.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst
index 4cddae56..ff92fc8a 100644
--- a/docs/dev/todo.rst
+++ b/docs/dev/todo.rst
@@ -17,8 +17,7 @@ Development dependencies
You'll need to install ``gunicorn`` and ``httpbin`` in order to run requests' test suite::
- $ pip install gunicorn
- $ pip install httpbin
+ $ pip install -r requirements.txt