+ 1

How do i install Python software on my laptop

8th Dec 2018, 9:40 PM
Eboy
Eboy - avatar
2 Answers
+ 6
Assuming you're on Windows, download the installer from the official site, run it and follow the steps on the installation Wizard. https://www.python.org/downloads/
8th Dec 2018, 9:45 PM
Koketso Dithipe
Koketso Dithipe - avatar
+ 6
Assuming you're on desktop Linux (Debian, *buntu, Manjaro, RHEL, etcetera), it's usually pre-installed. I think on Mac, too. Otherwise use your package manager. And remember "python" may point to Python 2, not 3, so run "python3 <file>.py" if you're running both.
8th Dec 2018, 11:28 PM
non