Installation

To use fmmpy, first install it using pip:

$ pip install fmmpy

Installing the bleeding edge

Note that if you want the latest bleeding edge of compyle, clone the repository and install compyle like so:

$ git clone https://github.com/harshbaldwa/fmmpy
$ cd fmmpy
$ python setup.py develop

Installing Compyle

To install Compyle, refer to installation instructions at Compyle’s Documentation