* More docs work

This commit is contained in:
Matthew Honnibal 2014-08-21 16:37:06 +02:00
parent 248cbb6d07
commit d5403a6fe3
2 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,16 @@
Installation Installation
============ ============
Installation via pip:: pip install spacy
-----------------
The easiest way to install is from PyPi via pip::
pip install spacy pip install spacy
git clone http://github.com/honnibal/spaCy.git
----------------------------------------------
Installation From source via `GitHub <https://github.com/honnibal/spaCy>`_, using virtualenv:: Installation From source via `GitHub <https://github.com/honnibal/spaCy>`_, using virtualenv::
$ git clone http://github.com/honnibal/spaCy.git $ git clone http://github.com/honnibal/spaCy.git

View File

@ -14,11 +14,6 @@ spaCy Natural Language Tokenizer
api/languages/index.rst api/languages/index.rst
api/modules/index.rst api/modules/index.rst
Project Home
------------
http://honnibal.github.io/spaCy/
Source (GitHub) Source (GitHub)
---------------- ----------------
@ -27,4 +22,4 @@ http://github.com/honnibal/spaCy
License License
------- -------
TODO Copyright Matthew Honnibal