Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 368 Bytes

installation.rst

File metadata and controls

19 lines (12 loc) · 368 Bytes

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