Pretty sure it will require patching pip, but I believe it'll be added into pip proper in the future.
As for windows users I believe they need to use easy_install not because pip doesn't work and easy_install does, but because pip doesn't support any binary formats and getting a compiler setup on Windows is a pain. Wheels should make pip more viable on windows. On Friday, August 17, 2012 at 2:17 PM, Daniel Greenfeld 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] > (mailto:[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] (mailto:[email protected]) > > http://mail.python.org/mailman/listinfo/catalog-sig > > > > > > > -- > 'Knowledge is Power' > Daniel Greenfeld > http://pydanny.com > _______________________________________________ > Catalog-SIG mailing list > [email protected] (mailto:[email protected]) > http://mail.python.org/mailman/listinfo/catalog-sig > >
_______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
