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):
- Extract the zip file to a folder
- Right-click on
INSTALL.bat - Select “Run as administrator”
Alternative Method:
- Extract the zip file to a folder
- Right-click PowerShell and select “Run as administrator”
- Navigate to the extracted folder
- Run:
powershell -ExecutionPolicy Bypass -File .\run.ps1
See the included README.md for troubleshooting and additional installation methods.
macOS
- Extract the zip file to a folder
- Open Terminal
- Navigate to the extracted folder
- Run:
chmod +x install.sh - Run:
./install.sh
After Installation
- Open a new terminal window
- Run
gh auth loginto authenticate with GitHub - Run
claudeto start Claude Code and authenticate with your Anthropic account - Run
koyeb loginto authenticate with Koyeb