Skip to content

Commit 5d49f19

Browse files
fandreuzmtezzele
authored andcommitted
readme stuff
1 parent a2a6723 commit 5d49f19

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,15 @@ Do you want to join the team? Read the [Contributing guidelines](.github/CONTRIB
234234
Made with [contrib.rocks](https://contrib.rocks).
235235

236236
### Testing
237-
We use `pytest` to run our unit tests. You can run the whole test suite by using the following command in the base directory of the repository:
237+
We use `pytest` to run our unit tests. Use the following command to install the dependencies required to test a local clone of PyDMD (assuming
238+
the relative path of the repository to be `./PyDMD/`):
238239
```bash
239-
pytest
240+
python -m pip install PyDMD/[test]
241+
```
242+
243+
You can run the whole test suite by using the following command in the base directory of the repository:
244+
```bash
245+
python -m pytest
240246
```
241247

242248
## Funding

0 commit comments

Comments
 (0)