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.
1 parent b0d5b26 commit 83541efCopy full SHA for 83541ef
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