From 44dd8916d85f9aa46ff80892de03369a0f8e1704 Mon Sep 17 00:00:00 2001 From: Kevin Meurer Date: Sun, 8 Nov 2015 13:10:58 -0500 Subject: [PATCH] Add force flag to installation page. --- website/src/jade/home/_installation.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/jade/home/_installation.jade b/website/src/jade/home/_installation.jade index 116350418..44184ad75 100644 --- a/website/src/jade/home/_installation.jade +++ b/website/src/jade/home/_installation.jade @@ -31,7 +31,7 @@ mixin Option(name, open) pre.language-bash: code | $ pip install spacy - | $ python -m spacy.en.download all + | $ python -m spacy.en.download --force all p | The download command fetches and installs about 400mb of data, for