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.
1 parent b3869ee commit 64508afCopy full SHA for 64508af
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