Merge pull request #137 from henningpeters/master

push version and add spacy channel
This commit is contained in:
Matthew Honnibal 2015-10-10 01:40:29 +11:00
commit 41c50e509c
2 changed files with 7 additions and 2 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,10 +29,10 @@ 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")
+Section("Online Demo", "online-demo", "./_online_demo.jade")
+Section("Usage by Example", "example-use", "./_usage_examples.jade")
+Section("Install v0.93", "install", "./_installation.jade")
+Section("Install v0.94", "install", "./_installation.jade")