This document aims to install a released version of Daisy. For developers who plan to modify the framework and to contribute to Daisy, please refer to the dev mode installation.
We can install Daisy with a released version via pip.
pip install <daisyfl_version>
After install Daisy, we can start developing our FL algorithms now.