4. Installation

4.1. From sources

The sources for dreaminsg-integrated-model can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/srijithabalakrishnan/dreaminsg_integrated_model

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

$ python setup.py install

You may need to create a new Python environment that has all required packages and dependencies installed before start using the package. Run the following comment.

$ conda env create --name infrarisk --file=environment.yml

We have observed that in certain instances, a few package conflicts when installing the environment. If so, please install the packages manually.