Skip to Content
Nextra 4.0 is released 🎉
GetstartedInstallationInstall TomoATT via Conda/Mamba

Install TomoATT via Conda/Mamba

Each release of TomoATT is available as a conda-forge  channel, which can be installed via the conda or mamba command. This is the recommended way to install TomoATT. Here, we will show how to install TomoATT via mamba command.

Install Mamba

You can manually download conda-forge installer on https://conda-forge.org/download/ . The mamba command will be available after this installation.

Create and activate a new environment

mamba create -n tomoatt mamba activate tomoatt

Install TomoATT

mamba install tomoatt pytomoatt

Verify the installation

  • The command TOMOATT will be available after the installation. You can check the version of TomoATT by running:

    TOMOATT -v
  • The command pta for PyTomoATT will also be available after the installation. You can check the help of PytomoATT by running:

    pta -h
Last updated on