
1 | S o f t w a r e E n g i n e e r i n g C u r r i c u l u m p o w e r l e a r n p r o j e c t . o r g
Step-by-Step Guide to Python Installation
Hey there! Ready to dive into the wonderful world of Python? Awesome! Let's get you set up
with Python on your computer. Whether you're on Windows, macOS, or Linux, I've got you
covered. Let's get started!
Step 1: Downloading Python
First things first, we need to download Python. Head over to the official Python website.
1. Go to the Python Downloads page:
o You should see a big yellow button that says "Download Python 3.x.x" (where
"x.x" is the latest version number). Click on that button.
Step 2: Installing Python
Now, let's install Python on your system. I'll break it down by operating system.
For Windows Users:
1. Run the Installer:
o Open the downloaded file (something like python-3.x.x.exe).
2. Customize Installation:
o Before you click "Install Now," make sure to check the box that says "Add
Python to PATH" at the bottom. This is super important!
o Now, click on "Customize installation" if you want to see the options or just
go with the default settings by clicking "Install Now."
3. Optional Features:
o Keep the default optional features checked and click "Next."
4. Advanced Options:
o You can stick with the defaults, but make sure "Add Python to environment
variables" is checked.
o Click "Install."
5. Finish Installation:
o Wait for the installation to complete and then click "Close."
For macOS Users:
1. Run the Installer:
o Open the downloaded file (something like python-3.x.x-macosx10.x.pkg).
2. Follow the Installer Steps:
o Just keep clicking "Continue" and "Install." You might need to enter your
password.
3. Finish Installation:
o Once the installation is complete, click "Close."
For Linux Users:
1. Open Terminal: