File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
814828In order to access the Python interface of ITK, make sure to compile with the
815829CMake \code {ITK\_ WRAP\_ PYTHON} option. In addition, choose which pixel
816830types and dimensions to build into the wrapped interface. Supported pixel types
You can’t perform that action at this time.
0 commit comments