Python Installation
Installing Python
Linux/WSL
sudo apt update
sudo apt install python3.12 python3.12-venv python3.12-devsudo dnf install python3.12macOS
brew install python@3.12Windows
Verify Installation
Virtual Environment
Next Steps
Last updated