Get Started¶
Requirements¶
Set up the environment¶
Clone the repository and create a conda environment with the required packages:
git clone git@github.com:lab4d-org/lab4d.git --recursive
cd lab4d
mamba env create -f environment.yml
conda activate lab4d
bash scripts/install-deps.sh
Running the Tutorial Code¶
See the Tutorials page.