Installation ============ .. code:: sh # Clone the project repository git clone https://github.com/MOSAiC-Zooplankton-Image-Analyses/maze_image_processing_pipeline.git # Enter the project directory cd maze_image_processing_pipeline # Create conda environment (if not already created) conda env create -f environment.yml -n maze_ipp # Activate the conda environment conda activate maze_ipp # Install the project dependencies pip install -r requirements.txt # Install the project pip install .