Skip to content

Commit 2dc9706

Browse files
authored
Merge pull request #26 from cornhundred/patch-1
fixing install pip command
2 parents acb06b2 + 51c4580 commit 2dc9706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ you should run the tests:
4545

4646
```bash
4747
# First install the python package. This will also build the JS packages.
48-
pip install -e ".[test, examples]".
48+
pip install -e ".[test, examples]" .
4949

5050
# Run the python tests. This should not give you a few sucessful example tests
5151
py.test

0 commit comments

Comments
 (0)