Skip to content

Install Python

Nomaan JamalUddin edited this page May 11, 2025 · 1 revision

For Windows:

  1. Go to Start Menu
  2. Search and open Microsoft Store
  3. Search and download Python 3.12

For Linux:

  • Debain/Ubuntu: sudo apt update && sudo apt install python -y
  • Arch sudo pacman -S --needed python python-pipx
  • Fedora/Redhat sudo dnf install python

Clone this wiki locally