Update README for pypy

This commit is contained in:
jparyani
2013-07-13 16:17:32 -07:00
parent ea77abc785
commit d0b595a5d3

View File

@@ -84,3 +84,6 @@ def printAddressBook(fd):
f = open('example', 'r')
printAddressBook(f.fileno())
```
## PyPy
There is also a preliminary branch that works for pypy. Unfortunately it requires some pretty terrible hacks to get working, so you I've left it in it's own branch. Just do `git checkout pypy` and then install like normal `pypy setup.py install` or `pip install .`. Don't forget to install dependencies beforehand with `pip install -U cython setuptools`