Installation#
To install fasttomo, follow these steps:
First, clone the repository to your local machine:
git clone https://github.com/venturellimatteo/fasttomo.git
Navigate to the project directory:
cd fasttomo
Create a conda virtual environment:
conda create -n venv
Activate the virtual environment:
conda activate venv
Install
Python 3.8.17:conda install python==3.8.17
Install
requirements.txtdependencies:pip install -r requirements.txt