Is ā€œpip installā€ the only way to install? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Is ā€œpip installā€ the only way to install?

If I use IDE, say Pycharm or Atom, do I have to ā€œpip installā€ module? Why canā€™t we just install the module within the IDE? For instance, ā€œProject Interpreterā€ in Pycharm, or ā€œInstall Packageā€ in Atom?

25th Oct 2018, 2:17 AM
Vosen Chen
Vosen Chen - avatar
2 Respostas
+ 2
It depends. You can always use pip install but if your IDE allows another ways, say by just selecting a required package and download and install it automatically, you can of course do it this way too. I use Anaconda to have a nice overview and interface about which packages I already have and which are available to install.
1st Nov 2018, 12:27 PM
Matthias
Matthias - avatar
+ 1
This is probably one of my top question though this might be a dumb question for many lol. Thank you ;)
1st Nov 2018, 12:45 PM
Vosen Chen
Vosen Chen - avatar