Skip to content

Installation

To install reproscreener, we recommend using a virtual environment such as pyenv or conda, or installing it using pipx. We recommend using python version 3.9.13.

All you need is to pip install reproscreener!

pip install reproscreener
pyenv install 3.9.13
pyenv virtualenv 3.9.13 reproscreener
pyenv local reproscreener
pip install reproscreener
conda create -n reproscreener python=3.9.13
conda activate reproscreener
pip install reproscreener
pipx install reproscreener