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 ``, so in our case ``pip install numpy`` and ``pip install scipy``. .. image:: kuvat/pip.PNG :width: 800 Succesful install looks like this: .. image:: kuvat/numpyscipyasennettu.PNG :width: 800 In addition to terminal, plugins can also be installed with a graphical user interface. Choose File -> Settings .. image:: kuvat/settings.PNG :width: 800 In Settings choose your project and subsection Project Interpreter .. image:: kuvat/projectinterpreter.PNG :width: 800 In Project Interpreter menu, press the + button oto open Available Packages menu. .. image:: kuvat/install.PNG :width: 800 Write numpy in to the search box, and press the Install Package button to install plugin. .. image:: kuvat/availablepackages.PNG :width: 800