mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 06:03:11 +03:00
Update conda details
This commit is contained in:
parent
ee97fd3cb4
commit
ceb2c596f1
|
@ -30,19 +30,12 @@ p
|
||||||
+h(3, "conda") conda
|
+h(3, "conda") conda
|
||||||
+badge("https://anaconda.org/conda-forge/spacy/badges/version.svg", "https://anaconda.org/conda-forge/spacy")
|
+badge("https://anaconda.org/conda-forge/spacy/badges/version.svg", "https://anaconda.org/conda-forge/spacy")
|
||||||
|
|
||||||
+infobox("Important note", "⚠️")
|
|
||||||
| We're still waiting for spaCy v2.0 to go live on #[code conda-forge],
|
|
||||||
| as there's currently a backlog of OSX builds on Travis.
|
|
||||||
| In the meantime, you can already try out the new version using pip. The
|
|
||||||
| conda download will follow as soon as possible.
|
|
||||||
|
|
||||||
p
|
p
|
||||||
| Thanks to our great community, we've finally re-added conda support. You
|
| Thanks to our great community, we've finally re-added conda support. You
|
||||||
| can now install spaCy via #[code conda-forge]:
|
| can now install spaCy via #[code conda-forge]:
|
||||||
|
|
||||||
+code(false, "bash").
|
+code(false, "bash").
|
||||||
conda config --add channels conda-forge
|
conda install -c conda-forge spacy
|
||||||
conda install spacy
|
|
||||||
|
|
||||||
p
|
p
|
||||||
| For the feedstock including the build recipe and configuration, check out
|
| For the feedstock including the build recipe and configuration, check out
|
||||||
|
|
|
@ -3,12 +3,6 @@
|
||||||
- QUICKSTART[QUICKSTART.length - 1].options = Object.keys(MODELS).map(m => ({ id: m, title: LANGUAGES[m] }))
|
- QUICKSTART[QUICKSTART.length - 1].options = Object.keys(MODELS).map(m => ({ id: m, title: LANGUAGES[m] }))
|
||||||
|
|
||||||
+quickstart(QUICKSTART, "Quickstart")
|
+quickstart(QUICKSTART, "Quickstart")
|
||||||
+qs({package: 'conda'}) # Important note: We're still waiting for spaCy v2.0 to go
|
|
||||||
+qs({package: 'conda'}) # live on conda, due to a backlog of OSX builds on Travis.
|
|
||||||
+qs({package: 'conda'}) # In the meantime, you can download spaCy via pip.
|
|
||||||
+qs({package: 'conda'}, "divider")
|
|
||||||
+qs({package: 'conda'}) pip install -U spacy
|
|
||||||
|
|
||||||
+qs({config: 'venv', python: 2}) python -m pip install -U virtualenv
|
+qs({config: 'venv', python: 2}) python -m pip install -U virtualenv
|
||||||
+qs({config: 'venv', python: 3}) python -m pip install -U venv
|
+qs({config: 'venv', python: 3}) python -m pip install -U venv
|
||||||
+qs({config: 'venv', python: 2}) virtualenv .env
|
+qs({config: 'venv', python: 2}) virtualenv .env
|
||||||
|
@ -18,7 +12,7 @@
|
||||||
+qs({config: 'venv', os: 'windows'}) .env\Scripts\activate
|
+qs({config: 'venv', os: 'windows'}) .env\Scripts\activate
|
||||||
|
|
||||||
+qs({package: 'pip'}) pip install -U spacy
|
+qs({package: 'pip'}) pip install -U spacy
|
||||||
//-+qs({package: 'conda'}) conda install -c conda-forge spacy
|
+qs({package: 'conda'}) conda install -c conda-forge spacy
|
||||||
|
|
||||||
+qs({package: 'source'}) git clone https://github.com/explosion/spaCy
|
+qs({package: 'source'}) git clone https://github.com/explosion/spaCy
|
||||||
+qs({package: 'source'}) cd spaCy
|
+qs({package: 'source'}) cd spaCy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user