You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Akshay Shah edited this page Aug 21, 2013
·
4 revisions
Build Instructions
We're distributing this as both a traditional tarball and in the wheel binary. To build a new release (don't forget to upload the changelog and bump the version number!):
# Need recent versions of packaging tools
pip install -U "pip>=1.4""setuptools>=0.9""wheel>=0.21"
./setup.py sdist
./setup.py bdist_wheel