Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.35 KB

File metadata and controls

39 lines (29 loc) · 1.35 KB

Installation

Dependencies

All dependencies are available within the environment.yml within a conda environment

How to install

The easiest way to install hybran is through the conda package manager:

conda install -c bioconda hybran

Installation from Source / Development Installation

# From the hybran directory you downloaded, set up the conda environment with the dependencies
conda env create -n hybran-dev -f environment.yml
conda activate hybran-dev
  • Install hybran
pip install --editable .

If you run into any trouble, please let us know over at our issues page.