diff --git a/website/src/jade/home/_installation.jade b/website/src/jade/home/_installation.jade
index 7a9a14bd5..c0e0b1445 100644
--- a/website/src/jade/home/_installation.jade
+++ b/website/src/jade/home/_installation.jade
@@ -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:
diff --git a/website/src/jade/home/index.jade b/website/src/jade/home/index.jade
index f95f4fd53..a77dd323c 100644
--- a/website/src/jade/home/index.jade
+++ b/website/src/jade/home/index.jade
@@ -29,10 +29,10 @@ include ../header.jade
li: a.button(href="#example-use") Examples
li: a.button(href="#install")
| Install
- v0.93
+ v0.94
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")