-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
help wantedtype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new feature
Description
In a school setting, teachers may need to set up multiple systems with the same set of packages, potentially without good access to PyPI from individual machines. (https://twitter.com/chris_swan/status/1037440530995703808?s=19 for example).
There are some decent options for handling this, including:
- use a larger Python distribution such as Anaconda or Python(x, y) that pre installs a range of PyPI packages
- use https://github.com/cloudify-cosmo/wagon to create a wheel bundle for installation on each system
- setting up a local caching proxy that only permits installation of an approved set of packages (this one will typically require cooperation from the school IT staff, but some teachers will be fortunate enough to have that)
Metadata
Metadata
Assignees
Labels
help wantedtype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new feature