Installation

The recommended way to install is with pip:

pip install flaat

This way you will ensure that the stable version is fetched from pip, rather than development or unstable version.

Installing the development version

The development version of flaat can be installed from the master branch of the GitHub repository and can be installed as follows (note the -e switch to install it in editable or “develop mode”):

git clone https://github.com/indigo-dc/flaat
pip install -e ./flaat