Skip to content

Commit 5669ea6

Browse files
authored
DOC: Remove mention of requirements-dev.txt
The requirements-dev.txt file has been removed, so mention of it should be removed from documentation.
1 parent b0a7aa3 commit 5669ea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/development.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Setup your system for development:
77
```bash
88
git clone https://github.com/InsightSoftwareConsortium/itkwidgets.git
99
cd itkwidgets
10-
pip install -r requirements-dev.txt
1110
pip install -e .
1211
pytest
1312
pytest --nbmake examples/*.ipynb

0 commit comments

Comments
 (0)