How do you add any module to python here
Kind of extremely new, just wanted to know, I'm trying to add a simple plot module I've seen on my classes of python just to keep myself familiarized or is there any better one I should obtain. and how will I add them
Voters
If you want to install Python modules from
pip
, you can do the following, note that you need to be on desktop to do this:Packages
option.+
button+
changes to-
, then it is finished and you can start using the module, otherwise, you need to reinstall it.Another option is to install it though the shell:
Console
option at the top of output, you will see another one, calledShell
, click on that option.Make sure to replace the
<module>
with the module you want to install, and replacepip
withpip3
in cases you want to install the package on Python 3.Console
and started using the module you installed.@Wumi4, thanks for the save lmao.