<div dir="ltr"><div class="gmail_extra">On 21 August 2013 17:21, Oscar Benjamin <span dir="ltr"><<a href="mailto:oscar.j.benjamin@gmail.com" target="_blank">oscar.j.benjamin@gmail.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3sv" style="overflow:hidden">Okay I've just tried that and that's definitely the way I want to use it.<br>

<br>
So basically:<br>
$ python setup.py bdist_wheel  # Makes wheels</div></blockquote></div><br>With pip and wheel installed</div><div class="gmail_extra"><br></div><div class="gmail_extra">pip wheel .</div><div class="gmail_extra"><br></div>
<div class="gmail_extra">will also build a wheel from the current directory (to wheelhouse\proj-ver.whl). You can use -w to put the wheel somewhere else if you prefer. Or if you want to build a wheel from a sdist on PyPI, something like "pip wheel projectname" will download it and build a wheel.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Paul</div></div>