Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 514 Bytes

maestro-public

ICS175 Student Version for the Spring quarter 2022

Setting up Environment

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