Skip to content

Commit 64508af

Browse files
committed
DOC: Document installation of package extras during development
1 parent b3869ee commit 64508af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Setup your system for development:
77
```bash
88
git clone https://github.com/InsightSoftwareConsortium/itkwidgets.git
99
cd itkwidgets
10-
pip install -e .
10+
pip install -e ".[test,lab,notebook]"
1111
pytest
1212
pytest --nbmake examples/*.ipynb
1313
```

0 commit comments

Comments
 (0)