Hi how I can install the modules in python by using terminal ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi how I can install the modules in python by using terminal ??

https://www.sololearn.com/discuss/1316935/?ref=app

9th Sep 2018, 6:03 PM
عبدالكريم الدقامسة
عبدالكريم الدقامسة - avatar
4 Answers
+ 5
You just enter: pip install 'modulename' or conda install 'modulename' (in case you are using the anaconda or miniconda package)
9th Sep 2018, 7:22 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
✞✞✞✞ Same thing, actually. Open the command shell (cmd.exe) and run the same instruction based on your appropriate installation pack.
11th Sep 2018, 6:39 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
Hey Kuba Siekierzyński , and if i'm using Windows, what to do?
10th Sep 2018, 10:54 PM
pedro
pedro - avatar
0
hey Kuba Siekierzyński if i want install the modules with out terminal
11th Sep 2018, 8:51 AM
عبدالكريم الدقامسة
عبدالكريم الدقامسة - avatar