Python Forum

Full Version: PyDev package install/download at runtime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Suppose I have created a PyDev package. How can I dynamically install/download this package to another PyDev project at runtime?
Based on some conditions/input, I have to perform this action dynamically load this package. Is that possible?