Correct doc to use pytest from the venv

This commit is contained in:
Michał Sałaban 2020-02-14 11:51:56 +01:00
parent 0af65ca431
commit e7a408a7f0
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Development
.. code-block:: bash
pip install -r requirements.txt -r test_requirements.txt
.venv/bin/pip install -r requirements.txt -r test_requirements.txt
4. Do your thing
@ -86,4 +86,4 @@ Development
.. code-block:: bash
pytest
.venv/bin/pytest