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

Project Versions

Previous topic

Introduction

Next topic

Usage

This Page