InstallationΒΆ

Pecos requires Python (2.7, 3.4, or 3.5) 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/sandialabs/pecos
cd pecos
python setup.py install

Python package dependencies include:

Optional python packages include:

All other dependencies are part of the Python Standard Library.

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

import pecos