From 29e9fff7e623adf0cff2312afdacd5cb1b4f1c70 Mon Sep 17 00:00:00 2001 From: Hrishikesh Sathe Date: Fri, 27 Jun 2014 22:54:43 +0530 Subject: [PATCH] Update README.rst Added description for errors related to lxml on python 3.3+ --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index d77c9c373..ef4b221ce 100644 --- a/README.rst +++ b/README.rst @@ -138,3 +138,9 @@ Fix the error by executing the following command: :: sudo chmod -R go+w /Library/Python/2.7/site-packages/ + + +You may get a problem while installing for Python 3.3+ as an official version has not yet been released. + +:: + Try and install an unofficial binary from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml