安装预发布版本¶
New (possibly unstable) versions of Flower are sometimes available as pre-release
versions (alpha, beta, release candidate) before the stable release happens:
python -m pip install -U --pre flwr
For simulations that use the Virtual Client Engine, flwr pre-releases should be
installed with the simulation extra:
python -m pip install -U --pre 'flwr[simulation]'