From 9c57aa7473827b1ddc72a20a1568b613f00196d3 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 19 Oct 2016 03:18:40 +0200 Subject: [PATCH] Update README.rst --- README.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.rst b/README.rst index 2189b5edc..c18b17b78 100644 --- a/README.rst +++ b/README.rst @@ -208,17 +208,6 @@ Install a version of Visual Studio Express or higher that matches the version that was used to compile your Python interpreter. For official distributions these are VS 2008 (Python 2.7), VS 2010 (Python 3.4) and VS 2015 (Python 3.5). -Workaround for obsolete system Python -===================================== - -If you're stuck using a system with an old version of Python, and you don't -have root access, we've prepared a bootstrap script to help you compile a local -Python install. Run: - -.. code:: bash - - curl https://raw.githubusercontent.com/spacy-io/gist/master/bootstrap_python_env.sh | bash && source .env/bin/activate - Run tests =========