Installation

Stable release

To install flexible, run this command in your terminal:

$ pip install flexible-fl

This is the preferred method to install flexible with most stable release.

From sources

The sources for flexible-fl can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git@github.com:FLEXible-FL/FLEX-framework.git

Or download the source:

$ curl -OJL https://github.com/FLEXible-FL/FLEX-framework

Once you have a copy of the source, you can install it with:

$ python setup.py install

If you want to contribute, download from sources and install as follows:

$ pip install -e ".[develop]"