mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Use full model name in quickstart install [ci skip]
This commit is contained in:
parent
c7e4ea7154
commit
57f4c088be
|
@ -88,9 +88,9 @@ const QuickstartInstall = ({ id, title }) => (
|
||||||
</QS>
|
</QS>
|
||||||
<QS package="source">pip install -r requirements.txt</QS>
|
<QS package="source">pip install -r requirements.txt</QS>
|
||||||
<QS package="source">python setup.py build_ext --inplace</QS>
|
<QS package="source">python setup.py build_ext --inplace</QS>
|
||||||
{models.map(({ code }) => (
|
{models.map(({ code, models: modelOptions }) => (
|
||||||
<QS models={code} key={code}>
|
<QS models={code} key={code}>
|
||||||
python -m spacy download {code}
|
python -m spacy download {modelOptions[0]}
|
||||||
</QS>
|
</QS>
|
||||||
))}
|
))}
|
||||||
</Quickstart>
|
</Quickstart>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user