diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-01-19 18:43:43 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-01-19 18:43:43 -0500 |
| commit | 5bff8e362f83fc43b56278cd2dcdec3a06d043aa (patch) | |
| tree | f8015902a18da0c2bdaf2aa3e5a8ed406bf3e7e9 /docs/dev | |
| parent | 62733146be357883e4ee334b7c19465ff7c57618 (diff) | |
| download | python-requests-5bff8e362f83fc43b56278cd2dcdec3a06d043aa.tar.gz | |
Update docs/dev/todo.rst
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.rst | 3 |
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 |
