Installing pyDEER

Installing with pip

pyDEER can be installed via pip:

python -m pip install pyDEER

The required packages should automatically be installed when installing through pip. If for some reason these packages aren’t installed, they can be installed as indicated below.

Requirements

Python Version

  • Python >= 2.7
  • Python >= 3.6

Packages

  • scipy
  • numpy
python -m pip install scipy numpy