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.
Python Installation on Windows: how install python on windows 11
Conda Installation on Windows: docs.conda.io user guide
Git Installation on Windows: git-scm download win
GitHub Installation on Windows: how to install and use git on windows 11
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