mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add pip and conda badges to installation docs
This commit is contained in:
parent
45d03ea05b
commit
afd839f64b
|
@ -23,6 +23,7 @@ p
|
|||
>>> nlp = spacy.load('en')
|
||||
|
||||
+h(2, "pip") pip
|
||||
+badge("pipy")
|
||||
|
||||
p Using pip, spaCy releases are currently only available as source packages.
|
||||
|
||||
|
@ -39,6 +40,7 @@ p
|
|||
pip install spacy
|
||||
|
||||
+h(2, "conda") conda
|
||||
+badge("conda")
|
||||
|
||||
p
|
||||
| Thanks to our great community, we've finally re-added conda support. You
|
||||
|
|
Loading…
Reference in New Issue
Block a user