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 tomoattInstall TomoATT
mamba install tomoatt pytomoattVerify the installation
-
The command
TOMOATTwill be available after the installation. You can check the version of TomoATT by running:TOMOATT -v -
The command
ptafor PyTomoATT will also be available after the installation. You can check the help of PytomoATT by running:pta -h
Last updated on