InstallationΒΆ

The project is hosted on GitHub. Get a copy by running:

$ git clone https://github.com/cosmo-ethz/hide.git

Install the package like this:

$ cd hide
$ pip install -r requirements.txt
$ python setup.py install --user

Alternatively, if you want to develop new features:

$ cd hide
$ python setup.py develop --user