.. highlight:: shell ============ Installation ============ Stable release -------------- To install flexible, run this command in your terminal: .. code-block:: console $ 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: .. code-block:: console $ git clone git@github.com:FLEXible-FL/FLEX-framework.git Or download the `source`: .. code-block:: console $ curl -OJL https://github.com/FLEXible-FL/FLEX-framework Once you have a copy of the source, you can install it with: .. code-block:: console $ python setup.py install If you want to contribute, download from sources and install as follows: .. code-block:: console $ pip install -e ".[develop]" .. _Github repo: https://github.com/FLEXible-FL/FLEX-framework