* Fix quickstart

This commit is contained in:
Matthew Honnibal 2015-03-19 00:09:39 -04:00
parent d345f53dbc
commit 46e936adfa

View File

@ -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