Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article will guide you on installing Python 3 environment into your workstation.

...

Download Python 3

Head to the Python main page using your web browser. Click on the latest Python version under Download.

...

Your downloaded installer will look like this. Double click the executable to start the installation.

...

Installing Python 3

Once the setup appears, check the Add Python 3.X to PATH. Doing so allows you to type 𝚙𝚢𝚝𝚑𝚘𝚗 in Command Prompt to run Python without specifying the whole path. Click on Install Now.

...

Once the installation is completed, click Close.

...

Using Python shell

After the installation, open the Start Menu and click on Python 3.X to start the Python shell.

...