We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install
1 parent 30d97b4 commit 3c4fb38Copy full SHA for 3c4fb38
README.md
@@ -44,10 +44,9 @@ you should run the tests:
44
45
```bash
46
# First install the python package. This will also build the JS packages.
47
-pip install -e .
+pip install -e ".[test, examples]".
48
49
# 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
51
py.test
52
53
# Run the JS tests. This should again, only give TODO errors (Expected 'Value' to equal 'Expected value'):
0 commit comments