|
@@ -61,7 +61,7 @@ working tree and release a ``make install`` to get a virtualenv with a
|
|
|
$ make install
|
|
|
PYENV [virtualenv] installing ./requirements*.txt into local/py3
|
|
|
...
|
|
|
- PYENV [install] pip install -e 'searx[test]'
|
|
|
+ PYENV [install] pip install --use-pep517 --no-build-isolation -e 'searx[test]'
|
|
|
...
|
|
|
Successfully installed searxng-2023.7.19+a446dea1b
|
|
|
|
|
@@ -78,7 +78,7 @@ the check fails if you edit the requirements listed in
|
|
|
...
|
|
|
PYENV [virtualenv] installing ./requirements*.txt into local/py3
|
|
|
...
|
|
|
- PYENV [install] pip install -e 'searx[test]'
|
|
|
+ PYENV [install] pip install --use-pep517 --no-build-isolation -e 'searx[test]'
|
|
|
...
|
|
|
Successfully installed searxng-2023.7.19+a446dea1b
|
|
|
|