InstallationΒΆ

Pecos requires Python 2.7 along with several python package dependencies. Information on installing and using python can be found at https://www.python.org/. Python distributions, such as Python(x,y) and Anaconda, can also be used to manage the Python interface. These distributions include the Python packages needed for Pecos.

To install Pecos using pip:

pip install pecos

To build Pecos from source using git:

git clone https://github.com/kaklise/pecos
cd pecos
python setup.py install

Python package dependencies include:

Optional python packages include:

  • pyyaml: store configuration options in human readable data format, http://pyyaml.org/
  • win32com: send email

All other dependencies are part of the Python Standard Library.

To use Pecos, import the package from within a python console:

import pecos