Skip to content

Commit a702e41

Browse files
authored
Merge pull request #485 from thewtex/dev-installation
DOC: Document installation of package extras during development
2 parents 048e4dd + 64508af commit a702e41

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)