Fixed test instructions

This commit is contained in:
Syrus Akbary 2017-03-04 18:17:53 -08:00
parent 48efec307c
commit 360d5cfac5
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ If you want to learn even more, you can also check the following [examples](exam
After cloning this repo, ensure dependencies are installed by running:
```sh
pip install .[test]
pip install -e ".[test]"
```
After developing, the full test suite can be evaluated by running:

View File

@ -95,7 +95,7 @@ After cloning this repo, ensure dependencies are installed by running:
.. code:: sh
pip install .[test]
pip install -e ".[test]"
After developing, the full test suite can be evaluated by running: