File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -812,6 +812,21 @@ \section{Wrapping}
812812
813813\subsection {Python Setup }
814814
815+ \subsubsection {Install Stable Python Packages }
816+
817+ Binary python packages are available in PyPI and can be installed in Python
818+ distributions downloaded from Python.org, from system package managers like
819+ \textit {apt } or \textit {homebrew }, or from distributions like Anaconda.
820+
821+ To install the ITK Python package, run:
822+
823+ \small
824+ \begin {minted }{bash}
825+ python -m pip install --upgrade pip
826+ python -m pip install itk
827+ \end {minted }
828+ \normalsize
829+
815830\subsubsection {Install Latest Python Packages }
816831
817832Binary python packages are built nightly from the Git \code {master} branch,
@@ -820,7 +835,8 @@ \subsubsection{Install Latest Python Packages}
820835\small
821836\begin {minted }{bash}
822837 python -m pip install --upgrade pip
823- python -m pip install itk -f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
838+ python -m pip install itk \
839+ -f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
824840\end {minted }
825841\normalsize
826842
You can’t perform that action at this time.
0 commit comments