mirror of https://github.com/explosion/spaCy.git
17 lines
359 B
ReStructuredText
17 lines
359 B
ReStructuredText
Installation
|
|
============
|
|
|
|
Installation via pip::
|
|
|
|
pip install spacy
|
|
|
|
Installation From source via `GitHub <https://github.com/honnibal/spaCy>`_, using virtualenv::
|
|
|
|
$ git clone http://github.com/honnibal/spaCy.git
|
|
$ cd spaCy
|
|
$ virtualenv .env
|
|
$ source .env/bin/activate
|
|
$ pip install -r requirements.txt
|
|
$ fab make
|
|
$ fab test
|