COMP24412 Coursework 3 Step 0: Setup
COMP24412 Coursework 3 Step 0: Setup Make sure to set up a dedicated python environment for this project. You can either use anaconda or venv to create a dedicated environment. With anaconda: with venv: Step 1: Obtain the Code In your base repo: Install the requirements pip install -r requirements.txt Familiarise yourself with the code. …