Back to: Masterclass on setting up Testnets for EOS
3.1. Go to the Microsoft store and install Ubuntu.
https://www.microsoft.com/en-us/store/p/ubuntu/9nblggh4msv6

3.2. Create a username and password when prompted. Remember them or make a note.

3.3. Install CMake and Git
Run the following commands to install CMake and git:
sudo apt install cmake
sudo apt install git