Skip to content

Commit 0a0c36e

Browse files
authored
Merge pull request #46 from jupyter-widgets/vidartf-patch-1
Remove trailing full-stop from install instruction
2 parents 1ecd5cd + 93200df commit 0a0c36e

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
@@ -41,7 +41,7 @@ you should run the tests:
4141

4242
```bash
4343
# First install the python package. This will also build the JS packages.
44-
pip install -e ".[test, examples]" .
44+
pip install -e ".[test, examples]"
4545

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

0 commit comments

Comments
 (0)