Installation Guide
This guide covers installing Python and Node.js for local development.
Python
Recommended version
- Python 3.10+ (3.11 works well)
macOS (Homebrew)
Ubuntu / Debian
Windows (official installer)
1) Download Python
2) Run the installer and check "Add Python to PATH".
Verify
Node.js
Recommended version
- Node.js 18+ (LTS)
macOS (Homebrew)
Ubuntu / Debian
Windows (official installer)
1) Download Node.js from https://nodejs.org/ 2) Run the installer (includes npm).