Load a Python Library with Portable Apps LibreOffice 5.4.2.2 on Windows 7?
Loading a dependency Library in a regular Linux installation of Python is done using pip
.
Loading one using Portable Python on Windows, one can use Easy_Installer.exe
But how is this done using a Python installation contained in a Portable Apps version of Python used for writing LibreOffice macros?
I normally limit myself to the Python libraries that are included with LibreOffice. That way, the code can run on other LibreOffice installations.