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.
2 parents 048e4dd + 64508af commit a702e41Copy full SHA for a702e41
docs/development.md
@@ -7,7 +7,7 @@ Setup your system for development:
7
```bash
8
git clone https://github.com/InsightSoftwareConsortium/itkwidgets.git
9
cd itkwidgets
10
-pip install -e .
+pip install -e ".[test,lab,notebook]"
11
pytest
12
pytest --nbmake examples/*.ipynb
13
```
0 commit comments