FlipDisc Python Framework


Install
pip install flipdisc==1.0.0

Documentation

About

The flipdisc package provides utilities and a framework for writing flipdisc user apps using Python. The core component is required in order to build the bindings for the particle library, download one of those:

Linux Requirements

sudo apt-get install python-dev python-virtualenv libffi-dev

It's common to set up a virtual environment for Python:

virtualenv ~/pyenv
source ~/pyenv/bin/activate

Install

Install the flipdisc python package:

pip install numpy flipdisc