From 8fe7ede6679dffeb581650ddc4617d0e63d1a532 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 23 Oct 2020 11:34:43 +0200 Subject: [PATCH] Add install step to source install quickstart --- website/src/widgets/quickstart-install.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/widgets/quickstart-install.js b/website/src/widgets/quickstart-install.js index 4e63ec0bd..0ec9d2eb7 100644 --- a/website/src/widgets/quickstart-install.js +++ b/website/src/widgets/quickstart-install.js @@ -181,6 +181,7 @@ const QuickstartInstall = ({ id, title }) => { pip install -r requirements.txt python setup.py build_ext --inplace + python setup.py install {(train || hardware == 'gpu') && ( pip install -e '.[{pipExtras}]' )}