Add install step to source install quickstart

This commit is contained in:
Adriane Boyd 2020-10-23 11:34:43 +02:00
parent 4299a7f654
commit 8fe7ede667

View File

@ -181,6 +181,7 @@ const QuickstartInstall = ({ id, title }) => {
</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 install</QS>
{(train || hardware == 'gpu') && (
<QS package="source">pip install -e '.[{pipExtras}]'</QS>
)}