InstallationΒΆ

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

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

Install the package like this:

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

Alternatively, if you want to develop new features:

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