mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Correct doc to use pytest from the venv
This commit is contained in:
parent
0af65ca431
commit
e7a408a7f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue