Installation
Install from source (conda + pip)
Use git to clone the tophu repository:
$ git clone https://github.com/opera-adt/tophu $ cd tophu
Install the dependencies using conda:
$ conda install --file requirements.txt --channel conda-forge
Tip
Use conda environments to isolate packages from different projects
Install from source using pip:
$ pip install --no-deps .
(Optional) Run the test suite:
$ conda install --file test/requirements.txt --channel conda-forge $ pytest