From d2a550c285ee3913ad2c8d65ed4bc8eb39562300 Mon Sep 17 00:00:00 2001 From: jparyani Date: Sat, 13 Jul 2013 16:18:37 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08dc93e..154c40f 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ 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` +There is also a preliminary branch that works for pypy. Unfortunately it requires some pretty terrible hacks to get working, so I've left it in it's own branch. Just do `git checkout pypy` and then install like normal with `pypy setup.py install` or `pip install .`. Don't forget to install dependencies beforehand with `pip install -U cython setuptools`