Please make a github account and verify your email address
Here are the links to the official installation pages for each tool:
- Git: Git for Windows, macOS, and Linux
- GitHub Desktop: GitHub Desktop
- Visual Studio Code (VSCode): Visual Studio Code
- Python package manager
- Anaconda: Anaconda Individual Edition
- Miniconda: Miniconda
Visit these pages and follow the instructions provided to install each tool on your system.
To ensure everything is installed correctly, perform the following checks from your command line (cmd in Windows or terminal in macOS) :
-
Git:
git --version
-
GitHub Desktop:
- Open GitHub Desktop and check if it launches correctly.
-
VSCode:
- Open VSCode and check if it launches correctly.
-
Anaconda/Miniconda:
conda --version