Installing Plugins in PyCharm

Plugins offer extra functionality in addition to Python’s default packages. Next we will install plugins numpy and scipy. Installing is easiest by clicking the Terminal button on PyCharm and then writing pip install <plugin name>, so in our case pip install numpy and pip install scipy.

../_images/pip.PNG

Succesful install looks like this:

../_images/numpyscipyasennettu.PNG

In addition to terminal, plugins can also be installed with a graphical user interface. Choose File -> Settings

../_images/settings.PNG

In Settings choose your project and subsection Project Interpreter

../_images/projectinterpreter.PNG

In Project Interpreter menu, press the + button oto open Available Packages menu.

../_images/install.PNG

Write numpy in to the search box, and press the Install Package button to install plugin.

../_images/availablepackages.PNG