Use this command: git clone https://github.com/mrockwell2/LILO
For development outside of the Bridges-2 interface, you can create a Python Virtual Environment to run and test the model. To do so type make env
in the base directory.
To activate the venv just type source resources/env/ohana/bin/activate
in the base directory.
Deactivating the venv just requires you to type deactivate
Type pip install -r resources/env/requirements.txt