We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e17c221 + 83541ef commit fee9153Copy full SHA for fee9153
docs/index.rst
@@ -14,8 +14,8 @@ To install the stable ITK Python package::
14
The Python packages are built daily. To install the latest build from the ITK
15
Git *master* branch::
16
17
- python -m pip install --upgrade pip
18
- python -m pip install itk --no-index \
+ python -m pip install --upgrade pip numpy
+ python -m pip install itk --upgrade --no-index \
19
-f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
20
21
0 commit comments