Python Installation Guide#
Mac#
- visit https://www.python.org/downloads/
- click on “Download Python 3.14.x”
- it should download a file titled “python-3.14.5-macos11.pkg”
- press continue all the way, allowing any permissions if necessary
Windows#
- visit https://www.python.org/downloads/
- click on “Download Python install manager”
- it should download a file titled “python-manager-26.2.msix”
- your computer may warn you that it is an executable, just press “OK” to launch
- say Y to “Install the current latest version of CPython”
- say Y to “Add Python to Command Line” or anything similar
- it should now say installing and extracting
- after its done, it prompts “View online help?” - answer N
Ubuntu / Debian / Linux Mint#
- enter the shell
- sudo apt update
- sudo apt install python3 python3-pip python3-venv -y
Fedora / RHEL / CentOS#
- enter the shell
- sudo dnf install python3 python3-pip
NOTE: for older CentOS versions, run sudo yum install python3 python3-pip instead
Arch Linux#
- enter the shell
- sudo pacman -Syu python python-pip
=== AFTER INSTALLATION ===#
- verify python is installed by entering “python3 --version” in the terminal
- verify pip is installed by entering “pip3 --version” in the terminal
NOTE: for linux users, if the default package manager only offers older versions of Python and you wish to get the latest build, you can pull newer, pre-compiled versions through the Deadsnakes PPA Team Repository, though this will not be necessary.
OOP Installation Guide#
- there is nothing to install, OOP comes default with Python installations
if theres any issues with any of the above steps, ping @annie110100 ( uid: 821634430070161409 ) in the bbcs discord before the conference