Skip to content

Commit cf6bcd1

Browse files
committed
doc: Update manual wheel building instructions
1 parent cd420d8 commit cf6bcd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Build_ITK_Python_packages.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Building ITK Python wheels
114114

115115
Build the ITK Python wheel with the following command::
116116

117-
mkvirtualenv build-itk
118-
pip install -r requirements-dev.txt
119-
python setup.py bdist_wheel
117+
python3 -m venv build-itk
118+
./build-itk/bin/pip install -r requirements-dev.txt
119+
./build-itk/bin/python setup.py bdist_wheel
120120

121121
Efficiently building wheels for different version of python
122122
-----------------------------------------------------------

0 commit comments

Comments
 (0)