.. _install:

Installation
============

py3-pmp-wrapper has been written for Python3.3 and Python3.4. It is not compatible with Python2.7 and below. 
All references below to installing this application refer only to Python versions 3.3 and 3.4.


Distribute & Pip
----------------

To install py3-pmp-wrapper with `pip <https://pip.pypa.io>`_, just run
this in your terminal::

    $ pip install py3-pmp-wrapper

or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::

    $ easy_install py3-pmp-wrapper


Get the Code
------------

py3-pmp-wrapper is on GitHub, where the code is
`available <https://github.com/KPBS/py3-pmp-wrapper>`_.

You can clone the public repository::

    $ git clone https://github.com/KPBS/py3-pmp-wrapper

Once you have a copy of the source, you can embed it in your Python package,
or install it into your site-packages easily::

    $ python setup.py install
