0% found this document useful (0 votes)
43 views4 pages

Python Environment Installation: By: I Putu Edy Suardiyana Putra, PH.D

This document provides instructions for installing Python 3.7 on Windows, upgrading pip, and installing virtual environments. It recommends downloading the Python installer from the Python website, selecting the option to add Python to the system PATH during installation. It also instructs running "python -m pip install --upgrade pip" to upgrade pip, which is needed to install the latest Python packages. Virtual environments allow installing packages for specific projects without affecting other Python environments.

Uploaded by

Bayu Anggara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views4 pages

Python Environment Installation: By: I Putu Edy Suardiyana Putra, PH.D

This document provides instructions for installing Python 3.7 on Windows, upgrading pip, and installing virtual environments. It recommends downloading the Python installer from the Python website, selecting the option to add Python to the system PATH during installation. It also instructs running "python -m pip install --upgrade pip" to upgrade pip, which is needed to install the latest Python packages. Virtual environments allow installing packages for specific projects without affecting other Python environments.

Uploaded by

Bayu Anggara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Python Environment Installation

By: I Putu Edy Suardiyana Putra, Ph.D.

July 18, 2019

By: I Putu Edy Suardiyana Putra, Ph.D. Python Environment Installation July 18, 2019 1/6
Section 1

Python installation
Python installation

Installing Python 3.7 (Windows)


1 Download Python installer on:
https://www.python.org/downloads/windows/
2 Run the installer. Do not forget to select the “Add Python 3.7 to
PATH” option.

By: I Putu Edy Suardiyana Putra, Ph.D. Python Environment Installation July 18, 2019 3/6
Python installation

Upgrading pip

Pip is the package installer for python. To get the latest version of any
Python package, pip needs to be upgrade using command:
python m pip i n s t a l l upgrade pip

Figure: Upgrading pip

By: I Putu Edy Suardiyana Putra, Ph.D. Python Environment Installation July 18, 2019 4/6

You might also like