Installation

PyPHER works both with Python 2.7 and 3.4 or later

Option 1: Pip

$ pip install pypher

Option 2: from source

$ git clone https://github.com/aboucaud/pypher.git
$ cd pypher
$ python setup.py install

Option 3: from conda-forge

$ conda install -c conda-forge pypher

Dependencies

pypher needs the following Python libraries to be installed:

In case these are not automatically installed using the pypi install procedure, either install them manually or use the requirements.txt file provided with the source install and simply:

pip install -r requirements.txt