Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Building

Wes edited this page Apr 10, 2017 · 4 revisions

SDIST

$ bash cleanup.sh
$ pip install -r dev_requirements.txt
$ python setup.py sdist

Wheel

$ bash cleanup.sh
$ pip uninstall pyzyre pyzmq
$ pip install -r dev_requirements.txt
$ PYZYRE_COMPILE=1 python setup.py build_ext bdist_wheel
Clone this wiki locally