Skip to content

Commit

Permalink
tests: correct example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 27, 2024
1 parent 365baab commit 197d4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Deze tests valideren de werking van deze library door naar drie dingen te kijken

``` shellsession
$ cd projecten/mdto # ga naar de map van dit project
$ paru -S pytest # pas aan naar je bestuuringssysteem/voorkeuren
$ pip install -e . # installeer mdto.py in "editable" modus, zodat je je "globale" module lokaal kunt editen
$ paru -S python-pytest # pas aan naar je bestuuringssysteem/voorkeuren
$ sudo pip install -e . # installeer mdto.py in 'editable' modus, zodat je je globale module lokaal kunt editen
$ pytest
```

0 comments on commit 197d4f0

Please sign in to comment.