mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
promote "official" spacy channel
This commit is contained in:
parent
2c80dcc684
commit
686f529b55
|
@ -17,14 +17,10 @@ mixin Option(name, open)
|
||||||
|
|
||||||
+Option("conda", true)
|
+Option("conda", true)
|
||||||
pre.language-bash: code
|
pre.language-bash: code
|
||||||
|
| $ conda config --add channels spacy
|
||||||
| $ 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user