Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.08 KB

developer_tools_installation.md

File metadata and controls

34 lines (24 loc) · 1.08 KB

Please make a github account and verify your email address

Installation Links

Here are the links to the official installation pages for each tool:

Visit these pages and follow the instructions provided to install each tool on your system.

Verification

To ensure everything is installed correctly, perform the following checks from your command line (cmd in Windows or terminal in macOS) :

  1. Git:

    git --version
  2. GitHub Desktop:

    • Open GitHub Desktop and check if it launches correctly.
  3. VSCode:

    • Open VSCode and check if it launches correctly.
  4. Anaconda/Miniconda:

    conda --version