mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-03 11:23:12 +03:00
Add install step to source install quickstart
This commit is contained in:
parent
4299a7f654
commit
8fe7ede667
|
@ -181,6 +181,7 @@ 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>
|
||||||
|
<QS package="source">python setup.py install</QS>
|
||||||
{(train || hardware == 'gpu') && (
|
{(train || hardware == 'gpu') && (
|
||||||
<QS package="source">pip install -e '.[{pipExtras}]'</QS>
|
<QS package="source">pip install -e '.[{pipExtras}]'</QS>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user