Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 605 Bytes

installation.rst

File metadata and controls

31 lines (17 loc) · 605 Bytes



Installation

In this chapter you will learn how to install Python 3, the latest version of the language.

On Windows

Download the latest Windows(TM) installer from the Python site, x86_64. Install it just as any other Windows software.

On GNU/Linux

Install the latest Python from the distribution's repository.

For Fedora 23 and above Python3 is in the system by default.

For Debian/Ubuntu

[user@host]$ sudo apt-get install python3-all python3-venv python3-pip