Add note for binary build instructions

This commit is contained in:
Jason Paryani 2015-02-20 17:20:35 -08:00
parent 0aebde18d5
commit 5010db4ef4

View file

@ -47,6 +47,10 @@ Building a Python wheel distributiion:
python setup.py bdist_wheel --disable-cython
If it fails with an error like `clang: error: no such file or directory: 'capnp/lib/capnp.cpp'`, then you need to cythonize fist. This can be done with:
python setup.py build --force-cython
## Python Versions
Python 2.6/2.7 are supported as well as Python 3.2+. PyPy 2.1+ is also supported.