Follow the steps below to install anaconda and create the environment for running the starter code.
- Download anaconda from https://www.anaconda.com/ and install
- Create a new environment that has all the dependencies installed, e.g., if you decide to name this new
environment
cs281-hw1
, run the command
conda create -n cs281-hw1 python=3.8 -y
conda activate cs281-hw1
pip install -r requirements.txt # Run this from root of the repo.
All starter code related to the first homework is in hw1.py
. Your code should directly go in this file.
Running the following will generate hw1.zip which contains hw1.py
bash make_submission.sh
Submit the zip file to Gradescope