From d0b595a5d3cf8f51ff92b4506d8400bbf322af0a Mon Sep 17 00:00:00 2001 From: jparyani Date: Sat, 13 Jul 2013 16:17:32 -0700 Subject: [PATCH] Update README for pypy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb187e9..08dc93e 100644 --- a/README.md +++ b/README.md @@ -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`