Skip to main content

Linux

A step-by-step installation guide of FedML on Linux.

Ubuntu

On Ubuntu, run the following commands to install pip3 and fedml, and check environment info:

sudo apt install python3-pip
pip3 install fedml
export PATH=$HOME/.local/bin:$PATH
fedml env

CentOS

On CentOS, run the following commands to install pip3 and fedml, and check environment info:

yum –y install python3-pip
pip3 install fedml
export PATH=$HOME/.local/bin:$PATH
fedml env