Skip to content
Akshay Shah edited this page Aug 21, 2013 · 4 revisions

Build Instructions

We're distributing this as both a traditional tarball and as a 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
Clone this wiki locally