Skip to content

Commit 360d5cf

Browse files
committed
Fixed test instructions
1 parent 48efec3 commit 360d5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you want to learn even more, you can also check the following [examples](exam
7676
After cloning this repo, ensure dependencies are installed by running:
7777

7878
```sh
79-
pip install .[test]
79+
pip install -e ".[test]"
8080
```
8181

8282
After developing, the full test suite can be evaluated by running:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ After cloning this repo, ensure dependencies are installed by running:
9595

9696
.. code:: sh
9797
98-
pip install .[test]
98+
pip install -e ".[test]"
9999
100100
After developing, the full test suite can be evaluated by running:
101101

0 commit comments

Comments
 (0)