Skip to content

Commit fee9153

Browse files
authored
Merge pull request #110 from thewtex/nightly-command
doc: Upgrade when installing the nightly packages
2 parents e17c221 + 83541ef commit fee9153

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)