Skip to content

Commit f6184d9

Browse files
committed
DOC: Add Python package installation instructions
Change-Id: Icc59a89496626f4f880a494c475e7b802e699290
1 parent 07a448b commit f6184d9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

SoftwareGuide/Latex/A01-SystemOverview.tex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,20 @@ \section{Wrapping}
811811

812812
\subsection{Python Setup}
813813

814+
\subsubsection{Install Latest Python Packages}
815+
816+
Binary python packages are built nightly from the Git \code{master} branch,
817+
and they can be installed by running:
818+
819+
\small
820+
\begin{minted}{bash}
821+
python -m pip install --upgrade pip
822+
python -m pip install itk -f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
823+
\end{minted}
824+
\normalsize
825+
826+
\subsubsection{Build Python Packages from Source}
827+
814828
In order to access the Python interface of ITK, make sure to compile with the
815829
CMake \code{ITK\_WRAP\_PYTHON} option. In addition, choose which pixel
816830
types and dimensions to build into the wrapped interface. Supported pixel types

0 commit comments

Comments
 (0)