🐍 Python Setup
Download and install Python 3 for you operating system.
✅ Add Python to PATH
Make sure to click the checkbox that says "Add Python to PATH"
Once Python has finised installing, test your installation
Search and open PowerShell
, then type
python --version
Search and open Terminal
, then type
python3 --version