Installation¶
DEER-PREdict requires Python 3.6+. An environment with Python 3.6+ can be readily set up using conda:
conda create --name DEER-PRE python>=3.6
conda activate DEER-PRE
Within an environment with Python 3.6+, DEER-PREdict can be installed using the PyPI package:
pip install DEERPREdict
or from a local copy of the repository:
git clone https://github.com/KULL-Centre/DEERpredict.git
cd DEERpredict
pip install -e .