Skip to content

Commit

Permalink
✍️ Update instructions for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Mar 16, 2022
1 parent 04dba42 commit 57f700c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ To run the tests:

```bash
cd tests
pip3 install -r requirements.txt
pip install -r requirements.txt
pip install -U pytest
python scripts/createversion.py 0.0.0
pytest
```

Expand Down

0 comments on commit 57f700c

Please sign in to comment.