- Clone this repository.
- Install Anaconda if it is not already installed.
- Create a new conda environment using
conda env create -f ./environment.yml
. This automatically installs all dependencies. This step might take a while. - Activate the environment using
conda activate schiffe_versenken
. - When using an IDE like PyCharm, it is necessary to import the environment:
- Go to "Settings" → "Project: schiffe_versenken" → "Python Interpreter"
- Click "Add Interpreter" → "Add Local Interpreter..."
- Select "Conda Environment"
- Select "Use existing environment"
- locate the "schiffe_versenken" env from the dropdown menu
- Apply the changes