Installations
Table of contents
Github
Github is a developer platform used to create, manage, and share code. There are a couple of steps needed to install Github Desktop or Git.
Installing Git
Git is a command-line tool that will be used to manage the code. For more information about what a command line is, refer to this page.
Instructions for downloading Git are located here. Scroll down to the section with instructions for your operating system. Installation may require usage of a command line.
Installing Github Desktop
Github Desktop is the graphical interface for Git. If you’ve already installed Github Desktop on your laptop for a previous project or have Git installed, you can skip this step if you would like.
- Visit https://github.com/ and sign up for an account.
- Visit https://desktop.github.com/download/.
- Download the application appropriate for your operating system and the latest version (this is often the recommended one).
- Open the downloaded file and follow instructions.
- Sign in on Github Desktop.
WPILib
- Visit this website for instructions. The file to download and instructions for downloading are both located here.
- Scroll down until you see the download button.
- Install the latest release appropriate for your operating system.
- Extract the installer.
- Open the installer and press the start button.
- When prompted to choose the install mode, choose the “everything” mode.
- To download the VS Code, choose “Download for this computer only”. It is extremely important that the VS Code is installed.
- Wait for the download to finish and press the finish button.
- There may be post-installation instructions after the download. Follow the instructions for your operating system as shown in the instructions from the previously linked website.