Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 398 Bytes

installation.rst

File metadata and controls

20 lines (12 loc) · 398 Bytes

Installation

PyDESeq2 can be installed from PyPI:

pip install pydeseq2

We recommend installing within a conda environment:

conda env create -n pydeseq2
conda activate pydeseq2
pip install pydeseq2

If you're interested in contributing or want access to the development version, please see the contributing section.