From 5bff8e362f83fc43b56278cd2dcdec3a06d043aa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Jan 2012 18:43:43 -0500 Subject: [PATCH] Update docs/dev/todo.rst --- docs/dev/todo.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.7.4