mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Add missing step to CONTRIBUTING.md to activate virtualenv (#848)
This commit is contained in:
parent
7fc08809f0
commit
be27391461
@ -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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user