Skip to content

Commit 3c4fb38

Browse files
authored
Change pip install to install extra requires
1 parent 30d97b4 commit 3c4fb38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ you should run the tests:
4444

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

4949
# Run the python tests. This should not give you a few sucessful example tests
50-
# You may need to install nbval first: pip install nbval
5150
py.test
5251

5352
# Run the JS tests. This should again, only give TODO errors (Expected 'Value' to equal 'Expected value'):

0 commit comments

Comments
 (0)