If you are on Linux skip to here: https://www.notion.so/Script-Install-Guide-1bfef048044d47dc8c665bbe502a159a#9da51edd382c4012812588c779030654
Go to settings —> Apps and Features —> Programs and Features —> Turn windows features on or off —> enable Windows Subsystem for Linux —> press ok —> when it prompts to restart your computer, do it, and then continue to the next step





once you have restarted your computer, go to the microsoft store —> search ubuntu —> choose ubuntu 18.04 —> press get —> press install —> press launch —> follow the prompts on screen to set up a username and password (they can be whatever you want them to be, just don't forget your password. When you are typing your password, no text will show up. This is a linux security feature.
Once you have set up username and password and ubuntu has finished its installing, CLOSE THE WINDOW and go to the next step. If you do the next step from this window, it will cause issues later on.





download the files that have been provided (if you are using my breeding scripts, they are in #updates), move them to a folder that you want them in, and then open that folder.
If you do not have files, make a folder on your desktop and use that.

once you are in that folder, shift-right click the blank space to pull up a menu and select "Open Linux Shell Here", once that shell opens, type these 3 commands
sudo apt update
sudo apt install python3 python3-pip
pip3 install web3
run them one at a time and press confirm or yes when prompted. they will take a while