From 46e936adfac1da9009720350f75a8d54bc964d0c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 19 Mar 2015 00:09:39 -0400 Subject: [PATCH] * Fix quickstart --- docs/source/quickstart.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 949d4bbc9..579348655 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -7,10 +7,11 @@ Install .. py:currentmodule:: spacy -.. code:: bash With Python 2.7 or Python 3, using Linux or OSX, run: +.. code:: bash + $ pip install spacy $ python -m spacy.en.download @@ -24,6 +25,8 @@ If you're stuck using a server with an old version of Python, and you don't have root access, I've prepared a bootstrap script to help you compile a local Python install. Run: +.. code:: bash + $ curl https://raw.githubusercontent.com/honnibal/spaCy/master/bootstrap_python_env.sh | bash && source .env/bin/activate The other way to install the package is to clone the github repository, and