Skip to content

Installation

We recommend installing PyTomoATT in a Conda environment to ensure compatibility with the required dependencies.

Create a new Conda environment for PyTomoATT with the following command:

Terminal window
conda create -n pytomoatt

This creates a new environment named pytomoatt with Python 3.12 installed.

Terminal window
conda activate pytomoatt

PyTomoATT is available on conda-forge and PyPI — pick whichever matches your environment.

Terminal window
mamba install pytomoatt

Installing the development version from source

Section titled “Installing the development version from source”
  1. 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
  2. Install using pip

    Terminal window
    cd PyTomoATT
    pip install .