We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd420d8 commit cf6bcd1Copy full SHA for cf6bcd1
1 file changed
docs/Build_ITK_Python_packages.rst
@@ -114,9 +114,9 @@ Building ITK Python wheels
114
115
Build the ITK Python wheel with the following command::
116
117
- mkvirtualenv build-itk
118
- pip install -r requirements-dev.txt
119
- python setup.py bdist_wheel
+ python3 -m venv build-itk
+ ./build-itk/bin/pip install -r requirements-dev.txt
+ ./build-itk/bin/python setup.py bdist_wheel
120
121
Efficiently building wheels for different version of python
122
-----------------------------------------------------------
0 commit comments