PIP - The Python Package Installer

 PIP is the  package installer for Python.


[ For macOS/unix ]

python -m pip install Package_to_be_install           {Latest Version}

python -m pip install Package_to_be_install==1.0.4               {Specific Version}

python -m pip install Package_to_be_install>=1.0.4             {Minimum Version}

 

[ For Linux ]

pip install {Package_to_be_install}

[ For windows ]

py -m pip install Package_to_be_install           {Latest Version}

py -m pip install Package_to_be_install==1.0.4               {Specific Version}

py -m pip install Package_to_be_install>=1.0.4     {Minimum Version}

 

Example-:

Let me install a Python Package Named {numpy}.

# pip install numpy


Get More Information About Python Training and Certification Course Visit Here.

Comments


  1. Your blog is very nice and interesting. Your way of writing this blog forced me to read the full blog. Being a new reader, your blog increased my interest in reading. If anyone is interested for Fake Experience Certificate in Mumbai here we have the chance for you, Dreamsoft is providing is Fake experience certificate in Mumbai. To get you experience certificate in Mumbai you can contact at 9599119376. or can visit our website at https://experiencecertificates.com/experience-certificate-provider-in-mumbai.html

    ReplyDelete

Post a Comment