diff --git a/python/README.rst b/python/README.rst index b91619c78..c58457775 100644 --- a/python/README.rst +++ b/python/README.rst @@ -54,7 +54,7 @@ which is prohibitively slow in debug mode. After successful binding installation you can install a few more python packages before finally running the tests:: - python -m pip install pytest pytest-timeout pytest-rerunfailures + python -m pip install pytest pytest-timeout pytest-rerunfailures requests pytest -v tests