InstallationΒΆ

Installation can currently be done by cloning the git repo and installing locally:

$ git clone git://github.com/sandvelab/climate_health

Once you have a copy of the source, you can install it with:

$ pip install -e .

If doing development on the code base, you should also install the dev requirements:

$ pip install -r requirements_dev.tzt