Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
4 views

Python Installation Process

The document outlines the installation process for Python version 3.7.6, starting with downloading from the official Python website. It includes steps for setting the installation path, verifying the installation via Command Prompt, and installing several essential packages using pip. The packages listed include TensorFlow, Keras, pandas, and others necessary for data science and machine learning tasks.

Uploaded by

saipoloju0
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)
4 views

Python Installation Process

The document outlines the installation process for Python version 3.7.6, starting with downloading from the official Python website. It includes steps for setting the installation path, verifying the installation via Command Prompt, and installing several essential packages using pip. The packages listed include TensorFlow, Keras, pandas, and others necessary for data science and machine learning tasks.

Uploaded by

saipoloju0
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

INSTALLATION PROCESS OF PYTHON

STEP 1:
INSTALL PYTHON BY PRESSING THE PYTHON URL LINK.

https://www.python.org/downloads/release/python-376/

Then scroll down there you can see the files. After that click arrow located link to download.

STEP 2:
The python with our required 3.7.6 version will download.

STEP 3:

Click the below tick box to install your python in your path.
STEP 4: Then enter install now.

After completion of installation.

Step 5: open Command Prompt and enter python.

If it shows the python version as python 3.7.6.


means it is perfectly installed.

Step 6: enter exit. By entering exit().


Step: install below packages.

install the below packages.


python -m pip install --upgrade pip

pip install tensorflow==1.14.0

pip install keras==2.3.1

pip install pandas==1.3.5

pip install scikit-learn==1.0.2

pip install imutils

pip install matplotlib==3.2.2

pip install seaborn==0.12.2

pip install opencv-python== 4.1.1.26

pip install h5py==2.10.0

pip install numpy==1.19.2

pip install imbalanced-learn==0.7.0

pip install jupyter

pip install protobuf==3.20.*

pip install scikit-image==0.16.2

You might also like