Skip to content

Commit

Permalink
Windows instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarter333 authored Apr 17, 2024
1 parent 6e1d91b commit 3fdfd64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Now install the dependencies and test dependencies:
```bash
pip install -e '.[test]'
```
Unless you're on windows, and then you'll use
```bash
pip install -e .[test]
```
To run the tests:
```bash
pytest
Expand Down

0 comments on commit 3fdfd64

Please sign in to comment.