Installation

Install from source (conda + pip)

  1. Use git to clone the tophu repository:

    $ git clone https://github.com/opera-adt/tophu
    $ cd tophu
    
  2. Install the dependencies using conda:

    $ conda install --file requirements.txt --channel conda-forge
    

    Tip

    Use conda environments to isolate packages from different projects

  3. Install from source using pip:

    $ pip install --no-deps .
    
  4. (Optional) Run the test suite:

    $ conda install --file test/requirements.txt --channel conda-forge
    $ pytest