Keypirinha / SDK

Keypirinha's Software Development Kit (SDK)
http://keypirinha.com
Other
43 stars 6 forks source link

installing external python modules #10

Open HackR27 opened 3 years ago

HackR27 commented 3 years ago

I recently started building a package for Keypirinha, and after cloning and configuring the SDK, I noticed that it does not support pip for installing external python modules, and after looking at some other package repositories, it seems that copying and pasting the module into the project folder is the only way to do this for now. I think something like virtualenv will be quite helpful in developing the packages using external modules.