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

pyFlot is on pypi_ index so you can simply
::  
    $ pip install pyflot
    

You can also download and install from the source
::  
    $ wget http://pypi.python.org/packages/source/P/PyFlot/PyFlot-0.1.tar.gz
    $ tar xvfz PyFlot-0.1.tar.gz
    $ cd PyFlot-0.1
    $ python setup.py install
    

 
.. _pypi: http://pypi.python.org/pyflot/
