Installation

Requirements

Pirec is tested with Python v2.7 - 3.5. Use of the MongoDB or SQLDatabase result recorders requires the installation of the pymongo or sqlalchemy modules as appropriate. Depending on your database SQLAlchemy may require additional support libraries to be installed.

Latest stable release

Pirec is hosted on PyPI. The recommended installation method is to run pip install pirec

Development version

The development version of Pirec is available on Github.

git clone https://github.com/jstutters/pirec.git
cd pirec
pip install .