Installation
This content is for v0.3.0. Switch to the latest version for up-to-date documentation.
Conda environment
Section titled “Conda environment”We recommend installing PyTomoATT in a Conda environment to ensure compatibility with the required dependencies.
Create a new Conda environment
Section titled “Create a new Conda environment”Create a new Conda environment for PyTomoATT with the following command:
conda create -n pytomoatt python=3.11This creates a new environment named pytomoatt with Python 3.11 installed.
Activate the Conda environment
Section titled “Activate the Conda environment”conda activate pytomoattInstalling the stable version via PyPI
Section titled “Installing the stable version via PyPI”pip install pytomoattInstalling the development version from source
Section titled “Installing the development version from source”-
Clone the repository
Users can install PyTomoATT from the source code available on GitHub. First, clone the PyTomoATT repository:
Terminal window git clone --branch=devel https://github.com/TomoATT/PyTomoATT.git -
Install using
pipTerminal window cd PyTomoATTpip install .

