Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 495 Bytes

python_installation_steps.md

File metadata and controls

10 lines (8 loc) · 495 Bytes

Python Installation Steps

Windows

  • Download Python 3.6 or later from the official site: https://www.python.org/downloads
    • Ensure that the "Add Python {version} to PATH" checkbox is selected
    • If you do not have admin privileges, uncheck the "Install launcher for all users (recommended)" checkbox

Linux

  • Run "python3 --version" to check which version of Python is already installed. Python 3.6 or later is required.
    • If not installed, run "sudo apt install python3"