Installation
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 pytomoattThis creates a new environment named pytomoatt with Python 3.12 installed.
Activate the Conda environment
Section titled “Activate the Conda environment”conda activate pytomoattInstalling the stable version
Section titled “Installing the stable version”PyTomoATT is available on conda-forge and PyPI — pick whichever matches your environment.
mamba install pytomoattconda install -c conda-forge pytomoattpip 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 .

