Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 273 Bytes

Software setup

Please use Python 3.8.

Run the following script to setup all dependencies for the assignment:

chmod +x setup.sh
./setup.sh /path/to/python_env/lib/python3.8/site-packages 

# e.g. ./setup.sh ~/miniconda3/envs/vlr_hw2/lib/python3.8/site-packages