Skip to content

Commit e0a95eb

Browse files
committed
requirements: Update README and renamed files to "requirements-dev.txt"
This commit reverts 6663f97 (rename the requirements file to match documentation). Since scikit-build is only required to build the distributions (either souce or wheel), it should be in the requirements-dev.txt. Indeed, there is no need to install scikit-build when installing the wheels. Fixes #11
1 parent 02de682 commit e0a95eb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Build the SimpleITK Python wheel with the following command:
1414

1515
```
1616
mkvirtualenv build-sitk
17-
pip install -r requirements.txt
17+
pip install -r requirements-dev.txt
1818
python setup.py bdist_wheel
1919
```
2020

File renamed without changes.

0 commit comments

Comments
 (0)