Also, I've been told that Windows users have to use easy_install unless they are on cygwin. Is there a patched version of easy_install that supports Wheel?
All of this might be moot. This just seems rather sudden and unclear. Daniel Greenfeld On Fri, Aug 17, 2012 at 11:17 AM, Daniel Greenfeld <[email protected]> wrote: > Martin, Daniel, > > Will Wheel work with non-patched pip? Will we need to handle multiple > pip versions to get projects running that have the existing format and > this new Wheel format? Will we have to teach incoming developers to > use standard pip and patched pip? How does Wheel work with virtualenv > and buildout? > > I don't mind moving forward, this just isn't very clear to me. > > Danny > > On Fri, Aug 17, 2012 at 10:57 AM, Daniel Holth <[email protected]> wrote: >> Uploading a wheel to the cheese shop: >> >> Install wheel (from pypi) >> >> Use setuptools in your setup.py >> >> 'python setup.py bdist_wheel upload' >> >> ? >> >> Profit! >> >> Thanks again for implementing this in pypi. >> >> Daniel >> _______________________________________________ >> Catalog-SIG mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/catalog-sig > > > > -- > 'Knowledge is Power' > Daniel Greenfeld > http://pydanny.com -- 'Knowledge is Power' Daniel Greenfeld http://pydanny.com _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
