Endpoint Installation Using WSL
This page describes how to install a funcX compute endpoint for federated learning (FL) clients on Windows machine using WSL.
Install WSL
Follow Install WSL | Microsoft Learn.
Install conda in WSL
Update and upgrade WSL Linux distribution
$ sudo apt-get update
$ sudo apt-get upgrade
Download the Anaconda bash script
$ wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
Note
You can find other versions of Anaconda on https://www.anaconda.com/products/distribution.
Make the script executable
$ chmod +x Anaconda3-2022.05-Linux-x86_64.sh
Run the script to install Anaconda
$ bash Anaconda3-2022.05-Linux-x86_64.sh
Open a new terminal and verify the installation
$ conda –version
Endpoint Installation
Follow Endpoint Installation.