Default to not using cython

This commit is contained in:
Jason Paryani
2015-02-23 11:21:19 -08:00
parent 20c501d3f1
commit b2daf3911d
2 changed files with 8 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ Install with `pip install pycapnp`. You can set the CC environment variable to c
Or you can clone the repo like so:
git clone https://github.com/jparyani/pycapnp.git
pip install ./pycapnp
pip install --install-option '--force-cython' ./pycapnp
Note: for OSX, if using clang from Xcode 5, you will need to set `CFLAGS` like so: