mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
push version and add spacy channel
This commit is contained in:
parent
a3dfe2b901
commit
88b2f7ea5d
|
@ -20,6 +20,11 @@ mixin Option(name, open)
|
||||||
| $ conda install spacy
|
| $ conda install spacy
|
||||||
| $ python -m spacy.en.download all
|
| $ 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)
|
+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:
|
p With Python 2.7 or Python 3, using Linux or OSX, ensure that you have the following packages installed:
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ include ../header.jade
|
||||||
li: a.button(href="#example-use") Examples
|
li: a.button(href="#example-use") Examples
|
||||||
li: a.button(href="#install")
|
li: a.button(href="#install")
|
||||||
| Install
|
| Install
|
||||||
<span class="button-caption">v0.93</span>
|
<span class="button-caption">v0.94</span>
|
||||||
|
|
||||||
article.page.landing-page
|
article.page.landing-page
|
||||||
+Section("Comparisons and Benchmarks", "comparisons", "./_comparisons.jade")
|
+Section("Comparisons and Benchmarks", "comparisons", "./_comparisons.jade")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user