summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
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