Is there a way to install ALL Python packages?

Laura Creighton lac at openend.se
Tue Jul 21 03:57:03 EDT 2015


>pip can load a list of packages.  This is used daily to build machines 
>with Python + a specified list.  It would be an interesting project for 
>someone to make, publish, and update a 'sumo' list of the most useful 
>packages that can all be loaded together.
>
>-- 
>Terry Jan Reedy

For a list of the 360 most dowloaded packages from PyPi look here:
http://pythonwheels.com/

Laura




More information about the Python-list mailing list