spaCy/docs/guide/install.rst

17 lines
359 B
ReStructuredText
Raw Normal View History

2014-08-20 19:09:39 +00:00
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