FedML Installation on Windows OS

This tutorial guides you to install FedML python library on Windows. The following instruction has been tested for Windows 11 on 64-bit operating system, x64-based processor. Please post issues to our GitHub if you met any issues.

Install with conda

conda create --name fedml python
conda activate fedml
conda install --name fedml pip
pip install fedml

Install MPI on Windows

how-to-install-mpi4py-on-windows-10-with-msmpi在新窗口打开

Install from the source code

First please install Microsoft C++ Build Tools在新窗口打开

Install from Docker

https://docs.docker.com/desktop/windows/install在新窗口打开