ICS175 Student Version for the Spring quarter 2022
Make sure you have the virtual environment set (at the root folder). You can use any virtual environment, for instance venv or anaconda. Example:
$ python3 -m venv env
$ source env/bin/activate
Once the virtual environment is set, install the requirements:
$ (env) pip3 install -r requirements.txt