Added -e argument for editable installs and added quotes for some shells

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
kvanzuijlen 2020-07-14 03:17:27 +02:00 committed by GitHub
parent 0aa6de4769
commit a769b611f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE
To run all unit and integration tests:
```sh
pip install .[tests]
pip install -e ".[tests]"
pytest
```