InstallationΒΆ
This page explains how to install ZebrAnalysis
Seting up the environment
First you will need to download the environment.yml file from this repo Then in a conda terminal run : .. code-block:: python
conda env create -f environment.yml
More info on how to install conda here <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html>
Downloading the package
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps waven0.1
.