How to Install python pip


 How to Install pip

   In this tutorial we are discuss about "How to install PIP ".
   PIP is used for download a python packages for a  very simple way.
   Most of the developers or programmers create a own python packages and then published for free. You can access from any where. 
   Example packages for you understanding purpose .Tensorflow , Keras, Numpy, pandas  
Pre requirements 
  • python2
  • python3
Python installation tutorials
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-python-in-linux.html
Installation Guide
Step 1 :
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
 or
 
https://bootstrap.pypa.io/get-pip.py

Step 2 :
 Then you go to the your download directory.
 https://bootstrap.pypa.io/get-pip.py 
 
python get-pip.py 

 
python3 get-pip.py 

 Step 3 :
 check the command pip and pip3 work or not
   I hope you enjoyed this tutorial .
   If you have any doubts ping me on comment section or social media 
 
 

Share:

No comments:

Post a Comment