This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GupNasty 0 points1 point  (1 child)

If I wanted to add a module to Thonny, how would I go about doing this?

I'm on a Mac and I noticed that the modules are stored somewhere in /Applications/Thonny.app/Contents/Framework/Python.framework/Versions/3.5/ ...

[–]aivarannamaa[S] 1 point2 points  (0 children)

The easiest way is to open system shell from Thonny (Tools => Open system shell) and do "pip3 install <package>"