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