diff options
Diffstat (limited to 'docs/build-templates/searx.rst')
-rw-r--r-- | docs/build-templates/searx.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst index 964deb23d..5cb70e95f 100644 --- a/docs/build-templates/searx.rst +++ b/docs/build-templates/searx.rst @@ -112,8 +112,15 @@ ${fedora_build} $SEARX_PYENV/bin/python Python 3.8.1 + # update pip's boilerplate .. + pip install -U pip + pip install -U setuptools + pip install -U wheel + + # jump to searx's working tree and install searx into virtualenv (${SERVICE_USER})$ cd "$SEARX_SRC" - (${SERVICE_USER})$ ./manage.sh update_packages + (${SERVICE_USER})$ pip install -e . + .. END manage.sh update_packages |