Installing Flower¶
Python Version¶
Flower requires Python 3.6 or above.
Install Nightly Release¶
The latest (potentially unstable) changes in Flower are available as nightly releases:
$ pip install flwr-nightly
Install from GitHub¶
Python packages can be installed from git repositories. Use the following command to install the latest version of Flower directly from GitHub:
$ pip install git+https://github.com/adap/flower.git
One can also install a specific commit:
$ pip install git+https://github.com/adap/flower.git@39f1ba78d0f2175ef1193634be56b2a6f68dc864