ommpfritt
ommpfritt copied to clipboard
Optimize installed Python
On windows, a whole python distribution is deployed. The number of installed site packages can presumably be reduced significantly. E.g., it is very unlikely that the omm-user will use pytest or unittest, they shouldn't be installed. On the other hand, useful packages such as numpy could be included instead.
On non-windows platforms, the system python with all packages that are available, hence no optimization is required.