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