Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
aduh95 and cclauss authored Mar 23, 2024
1 parent a091025 commit f3b1b58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ $ black .
## Running tests locally

```sh
python3 -m pip install --editable ".[dev]"
python3 -m pytest
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install pytest
pip install --editable ".[dev]"
pytest
```

0 comments on commit f3b1b58

Please sign in to comment.