From 2c80dcc684cd280c01bc9dcac15eda4a498ed5f6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 27 Oct 2015 01:32:40 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5801392b..38d2e5dc8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Travis CI status](https://travis-ci.org/honnibal/spaCy.svg?branch=master)](https://travis-ci.org/honnibal/spaCy) -![Appveyor status](https://ci.appveyor.com/api/projects/status/aoe3dtkep36rdaqf?svg=true) +[![Appveyor status](https://ci.appveyor.com/api/projects/status/395x7jn0rakfs4ti/branch/master?svg=true)](https://ci.appveyor.com/project/honnibal/spacy/branch/master) + spaCy: Industrial-strength NLP ============================== From 686f529b55c9a62f42c33053d015297270a198bd Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 27 Oct 2015 10:31:19 +0100 Subject: [PATCH 2/2] promote "official" spacy channel --- website/src/jade/home/_installation.jade | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/src/jade/home/_installation.jade b/website/src/jade/home/_installation.jade index b6a84b53d..116350418 100644 --- a/website/src/jade/home/_installation.jade +++ b/website/src/jade/home/_installation.jade @@ -17,14 +17,10 @@ mixin Option(name, open) +Option("conda", true) pre.language-bash: code + | $ conda config --add channels spacy | $ conda install spacy | $ python -m spacy.en.download all - p Latest stable conda packages are available from the spacy channel: - - pre.language-bash: code - | $ conda install -c https://conda.anaconda.org/spacy spacy - +Option("pip and virtualenv", true) p With Python 2.7 or Python 3, using Linux or OSX, ensure that you have the following packages installed: