Installation

From sources

The sources for pyMETHES can be downloaded from the GitLab repo.

You can either clone the repository:

$ git clone git@gitlab.ethz.ch:hvl_priv/pyMETHES.git

Or download the tarball:

$ curl -OL https://gitlab.ethz.ch/hvl_priv/pyMETHES/-/archive/master/pyMETHES.tar.gz

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

$ python setup.py install