ucinlp / maestro-public

ICS175 Student Version for the Spring quarter 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ICS175 Student Version for the Spring quarter 2022


Languages

Language:Python 100.0%