Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
553 stars 152 forks source link

How to include python libraries into an app? #188

Closed buscon closed 1 year ago

buscon commented 1 year ago

Hi,

I used Platypus for my software and it works as expected. Now my software is also using some python libraries (that I usually install systemwide with pip). Is there a reccommended way to add python libraries when we create a Platypus app?

dhadka commented 1 year ago

I believe this is referring to https://sveinbjorn.org/platypus, which is a different Python project (though both share the same name).