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
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-python-in-linux.htmlInstallation Guide
Step 1 :
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pyor
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
No comments:
Post a Comment