🐍 Python Installation (Step-by-Step for All OS)
🔵 Windows
✅ Step 1: Download Python
✅ Step 2: Run Installer
- Double-click the
.exe file
- Important: Check ✅ "Add Python to PATH"
- Click Install Now
✅ Step 3: Verify Installation
Open Command Prompt and type:
python --version
🍎 macOS
✅ Step 1: Use Homebrew (Recommended)
First, install Homebrew (if not already):
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
Then install Python:
brew install python