Installation¶
Stable release¶
To install DEPy and all its dependencies, please clone the DEPy conda environment:
conda env create -f environment.yml
conda activate depy
pip¶
pip install summarizedpy
In short, this is because summarizedpy runs R as a subprocess in a highly defined environment to isolate it from the user's global R environment. This is necessary to ensure that Bioconductor packages load properly.