Installation¶
pip¶
itksn is available on PyPI and can be installed with pip.
pip install itksn
Warning
This method modifies the Python environment in which you choose to install. Consider instead using pipx or virtual environments to avoid dependency conflicts.
pipx¶
pipx allows for the global installation of Python applications in isolated environments.
pipx install itksn
virtual environment¶
python -m venv venv
source venv/bin/activate
python -m pip install itksn
Conda¶
See the feedstock for more details.
conda install -c conda-forge itksn
or with mamba:
mamba install itksn