Install python packages using visual studio code terminal - how to install package using pip?

preview_player
Показать описание
This video describes how to install any python package using pip command. It is very easy to install python packages using pip command. The command starts with pip install and then you have to mention the package or module name of python. Just check the video and you will learn how it is easy to install any python package using PIP.
Рекомендации по теме
Комментарии
Автор

after like 6 videos this one. this one minute video literaly was the one. thank you so much

MrMindaSchmit
Автор

Love your videos!! Thank you SO much. You are straight to the point and so far correct. Perfect for a beginner to Virtual Studio Code like myself. I'm slowly moving up in my coding skills and needed something better than command line Linux and/IDLE lol.

tyjohnston
Автор

This guy is a frickin' GENIUS. You a LIFESAVER MAN, THANKS A LOT !

arivmahajan
Автор

"py -m pip install --user numpy"
worked for me (windows 10. python 3.8)

borismerlo
Автор

pip is not work in terminal of vs code installed python(3.8.5), what should I do ?

venus
Автор

i have problem in importing the medule i install

iamakramfaiz
Автор

For Pyton 3.9 try this "py -m pip install --user numpy"

joelrodriguez
Автор

thanks you really help how can i say that i have no word to thank you so much

MY-gyjp
Автор

I tried everything and libraries like matplotlib & seaborn are not importing neither in pyhton nor in visual studio. What should I do? Please help

tnishachaudhary