I am using the IDE called Spyder for learning Python. I would like to know in how to go about in installing Python packages for Spyder?
Thank you
On Windows, all of your Python packages can be found in the directory of C:\Anaconda2\Lib\site-packages if you use the default path when you install Anaconda. To upgrade the pip version on OS X, type pip install --upgrade pip on the command line.
There is a pip.exe included in the anaconda/Spyder package which can cleanly add mopdules to Spyder. It's not installed in the windows path by default, probably so it' won't interfere with the "normal" pip in my "normal" python package.
step 1. First open Spyder and click Tools --> Open command prompt.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With