From: Kenneth Reitz Date: Thu, 19 Jan 2012 23:43:43 +0000 (-0500) Subject: Update docs/dev/todo.rst X-Git-Tag: v0.10.0~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bff8e362f83fc43b56278cd2dcdec3a06d043aa;p=services%2Fpython-requests.git Update docs/dev/todo.rst --- diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index 4cddae5..ff92fc8 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