Installation

pypepa is being developed under Python version 3.3 but it also should work with Python 2.7.

From Package

Using pip:

$ pip install pypepa

Manually:

  1. Clone the project
$ git clone git@github.com:tdi/pyPEPA.git pypepa
$ cd pypepa
  1. Run install
$ python setup.py install

From the source

For the current version I recommend installing in a virtualenv.

  1. Clone the project
$ git clone git@github.com:tdi/pyPEPA.git pypepa
$ cd pypepa
  1. Make a virtualenv
$ mkvirtualenv -p /usr/bin/python3 pypepa
$ workon pypepa
  1. Install all requirements
$ pip install pyparsing numpy scipy matplotlib