0
Hi how I can install the modules in python by using terminal ??
4 Respostas
+ 5
You just enter:
pip install 'modulename'
or
conda install 'modulename'
(in case you are using the anaconda or miniconda package)
+ 3
✞✞✞✞ Same thing, actually. Open the command shell (cmd.exe) and run the same instruction based on your appropriate installation pack.
+ 1
Hey Kuba Siekierzyński , and if i'm using Windows, what to do?
0
hey Kuba Siekierzyński if i want install the modules with out terminal