Skip to content

Setup Overview

In this section you'll install the foundational tools and create the accounts you need for the rest of the workshop.

What We're Setting Up

graph LR
    A[Conda & Python] --> E[Ready to Code]
    B[VS Code] --> E
    C[GitHub Account] --> E
    D[Your First Repo] --> E
Step What Why
1 Conda & Python Package/environment manager + Python
2 VS Code Code editor with built-in terminal & Git
3 GitHub Account Version control & collaboration
4 Your First Repo A place for your code to live

Already have these?

If you already have Python, a code editor, and a GitHub account, skip ahead to Terminal Basics or Gemini CLI.


Next: Conda & Python →