Software Setup

Development Environment

Download the installer package for your operating system. Each package includes a script that will install:

  • Python 3.12
  • VS Code
  • Git
  • GitHub CLI
  • Node.js
  • Claude Code
  • Koyeb CLI

The installer also sets up VS Code extensions (Python, Jupyter, Claude Code, LaTeX Workshop, Quarto) and pre-configured Claude skills.

Download

Platform Download
macOS class-setup-mac.zip
Windows class-setup-windows.zip

The Windows installer automatically detects your processor type (Intel/AMD or ARM) and installs the appropriate versions.

Installation Instructions

Windows

Easiest Method (Recommended):

  1. Extract the zip file to a folder
  2. Right-click on INSTALL.bat
  3. Select “Run as administrator”

Alternative Method:

  1. Extract the zip file to a folder
  2. Right-click PowerShell and select “Run as administrator”
  3. Navigate to the extracted folder
  4. Run: powershell -ExecutionPolicy Bypass -File .\run.ps1

See the included README.md for troubleshooting and additional installation methods.

macOS

  1. Extract the zip file to a folder
  2. Open Terminal
  3. Navigate to the extracted folder
  4. Run: chmod +x install.sh
  5. Run: ./install.sh

After Installation

  1. Open a new terminal window
  2. Run gh auth login to authenticate with GitHub
  3. Run claude to start Claude Code and authenticate with your Anthropic account
  4. Run koyeb login to authenticate with Koyeb