Marcus Smith <qwcode <at> gmail.com> writes: > oh, I see, it works against a current installation. cool. > so you could convert your pip freeze output into a set of args for this script. Right: pip freeze | xargs python wheeler.py Will build one Wheel for each requirement, including dependencies :-) Regards, Vinay Sajip