SimpleITK / SimpleITKPythonPackage

A setup script to generate a Python Wheels
17 stars 11 forks source link

README refers to requirements.txt #11

Closed blowekamp closed 7 years ago

blowekamp commented 7 years ago

The build instructions in the README.md refer to a requirements.txt file, which does not exist. Only a requirements-dev.txt exists.

Which one is correct?

jcfr commented 7 years ago

Since scikit-build is only required to build the distributions (either souce or wheel), it should be in the requirements-dev.txt. IOW, there is no need to install scikit-build when installing the wheels.