Skip to content

Installation

This content is for v0.3.0. Switch to the latest version for up-to-date documentation.

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 python=3.11

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

Terminal window
conda activate pytomoatt
Terminal window
pip 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 .