Skip to content

Commit 83541ef

Browse files
committed
doc: Upgrade when installing the nightly packages
Also, install numpy beforehand because it may not be reachable with `--no-index`.
1 parent b0d5b26 commit 83541ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To install the stable ITK Python package::
1414
The Python packages are built daily. To install the latest build from the ITK
1515
Git *master* branch::
1616

17-
python -m pip install --upgrade pip
18-
python -m pip install itk --no-index \
17+
python -m pip install --upgrade pip numpy
18+
python -m pip install itk --upgrade --no-index \
1919
-f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
2020

2121

0 commit comments

Comments
 (0)