Skip to content

Commit 4b8fe5f

Browse files
2 parents bf4fd0a + 290e743 commit 4b8fe5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user_guide/running_tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in from a terminal in the root directory of QuGrad to execute the tests for your
1919
To execute the tests with [pytest](https://docs.pytest.org) you will need to set up a python environment with QuGrad and the packages in `texts/requirements.txt`. For example, you can run
2020
```bash
2121
pip install ./
22-
pip install tests/requirements.txt
22+
pip install -r tests/requirements.txt
2323
```
2424
from the root directory of QuGrad to install all the requirements. Next the tests can be executed with the command
2525
```bash
@@ -29,4 +29,4 @@ from the root directory of QuGrad.
2929

3030
---
3131

32-
[Previous](pulse_forms.md)
32+
[Previous](pulse_forms.md)

0 commit comments

Comments
 (0)