Python Hindi Tutorial 12 - Install python module using pip

preview_player
Показать описание
This python hindi tutorial explains how you can use pip utility to install any python module from pypi python index. We will cover pip commands such as,
pip install module
pip uninstall module
pip install --upgrade module

#PythonTutorialHindi #Python #PythonProgramming

Рекомендации по теме
Комментарии
Автор

Learned a lot of things today for installing modules in python specially for MacBook.i would like to share with you all.
Tips.
1. if your pip is not working in terminal than you have to install pip in your mac. To install pip you have to run this command i.e sudo easy_install pip in terminal.
2. If you want to install pandas in python 2.7 then run this command i.e pip install pandas in terminal.
3.if you want to install pandas in python3 then run this command i.e python3 -m pip install pandas  in terminal.
Thanks sir. I have a suggestion for you sir that you should make some provision in ur websites where we can upload our questions and answers and other ideas.Something like 'ask your question section' or 'doubt section' where anyone can answer to that particular question.Hope you will like my suggestion and thanks again for what you are doing for all students.

tauhidanwar
Автор

Hi sir mujhe cmd file me problem a Rahi ha jab me cmd me python wirte kro to Write ho Raha ha plz tell this problem

artfulmind
Автор

yar mera command prompt main ye pandas install nahi ho rha hai plz someone tell me this .

sohaib