Steps to set up your computer and clone the pyxida firmware repository --
Use the following website to download CLion for your operating system:
(You can also download a different IDE of preference)
https://www.jetbrains.com/clion/download/
You can download CLion for free using student status:
Go to buy > special offers > For students and teachers > Apply now
Install a compiler for your IDE:
Download MinGW compiler (or another compiler of preference) using the steps from the following tutorial:
https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html#MinGW
Install Git Bash:
Set up SSH keys using the following website tutorial:
https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
Clone repository:
Go to rocket team github website and find pyxida - firmware (or the repository you wish to clone)
Press “Clone or download”
Press “Use SSH” and then copy the link given
Open git bash and type “git clone “ and then paste the link you just copied
Type “yes” if asked “are you sure you want to continue connecting?”
Type “cd pyxida-firmware” (or the repository file name if you are cloning a different repository)
Type “git submodule update --init"
Enter the passcode you made for your SSH key when asked to put in passphrase
Repository is successfully downloaded and can now be accessed in CLion or any other IDE through Users\(your username)\pyxida-firmware\pyxida