How To Install PYTHON

Pasindu Thejan
1 min readMar 28, 2020

--

Step 01

To install python, first you need to go https://www.python.org/ and download python latest version (Fig 01).

Fig 01 — Python 3.8.2 is the latest version as of the date I create this tutorial.

Step 02

Next double click the downloaded file. Wait until Setup window open.

Step 03

It is essential to put tick on Add python x.x to path (Fig 02).

Fig 02 — put tick on Add Python 3.8 to path.

Step 04

Now you need to click on Install Now (Fig 02) to install the python.

Fig 03 — Done the job

What next ?

How to install pip on python.

--

--