# Installation FRETpredict requires Python 3.6+. An environment with Python 3.6+ can be readily set up using conda: ~~~ bash 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: ~~~ bash pip install FRETpredict ~~~ or from a local copy of the repository: ~~~ bash git clone https://github.com/KULL-Centre/FRETpredict.git cd FRETpredict pip install -e . ~~~