mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
* Fix quickstart
This commit is contained in:
parent
d345f53dbc
commit
46e936adfa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user