From be990810bfb519482f16edbec8dc9e15ce8d8c5f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 25 Jan 2015 21:58:07 +1100 Subject: [PATCH] * Edit quickstart page --- docs/source/quickstart.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index a8c2fa0f3..87851c124 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -12,8 +12,14 @@ Install $ pip install spacy $ python -m spacy.en.download -The download command fetches and installs about 200mb of data, which it installs -within the spacy.en package directory. + +The download command fetches and installs about 300mb of data, for the `parser model_` +and `word vectors`_, which it installs within the spacy.en package directory. + +.. _word vectors: http://s3-us-west-1.amazonaws.com/media.spacynlp.com/vec.bin + +.. _parser model: http://s3-us-west-1.amazonaws.com/media.spacynlp.com/en_deps-0.30.tgz + Usage -----