Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to instal python packages for Spyder

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

like image 209
Alan Avatar asked Jul 27 '20 06:07

Alan


People also ask

How do I get Spyder packages?

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.

Does Spyder come with pip?

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.


1 Answers

step 1. First open Spyder and click Tools --> Open command prompt. First open Spyder and click Tools --> Open command prompt

You should see the Command Window below.

Here we install the Python package seaborn as an example

For more details click visit this link, https://miamioh.instructure.com/courses/38817/pages/downloading-and-installing-packages

like image 58
Rahul Dhar Avatar answered Sep 18 '22 23:09

Rahul Dhar