push version and add spacy channel

This commit is contained in:
Henning Peters 2015-10-09 16:30:23 +02:00
parent a3dfe2b901
commit 88b2f7ea5d
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,11 @@ mixin Option(name, open)
| $ 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:

View File

@ -29,7 +29,7 @@ include ../header.jade
li: a.button(href="#example-use") Examples
li: a.button(href="#install")
| Install
<span class="button-caption">v0.93</span>
<span class="button-caption">v0.94</span>
article.page.landing-page
+Section("Comparisons and Benchmarks", "comparisons", "./_comparisons.jade")