Skip to content

Commit

Permalink
Add missing step to CONTRIBUTING.md to activate virtualenv (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulinakhew committed Aug 30, 2022
1 parent 7fc0880 commit be27391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -22,6 +22,7 @@ $env:SPOTIPY_REDIRECT_URI="http://localhost:8080"

```bash
$ virtualenv --python=python3.7 env
$ source env/bin/activate
(env) $ pip install --user -e .
(env) $ python -m unittest discover -v tests
```
Expand Down

0 comments on commit be27391

Please sign in to comment.