Description
Isolated virtual environments can be created on demand and loaded during first import. This helper is aimed at Python scripts that need runtime packages without a separate manual setup step.
It may install code and write environment files as part of application startup. Use it only with trusted dependency sources, because automatic installation can execute package build hooks and change local environments.