mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-03 06:00:34 +00:00
upgrade preps
This commit is contained in:
parent
e7321509e7
commit
ec3bb61e4e
2 changed files with 4 additions and 3 deletions
|
|
@ -23,11 +23,12 @@ source "/usr/local/searxng/searx-pyenv/bin/activate"
|
|||
echo "====================SEARXNG2 INST===================="
|
||||
|
||||
# update pip's boilerplate
|
||||
pip install --no-cache-dir -U pip setuptools wheel pyyaml lxml
|
||||
pip install --no-cache-dir -U pip setuptools wheel pyyaml lxml msgspec typing_extensions
|
||||
|
||||
# jump to SearXNG's working tree and install SearXNG into virtualenv
|
||||
cd "/usr/local/searxng/searxng-src"
|
||||
pip install --no-cache-dir --use-pep517 --no-build-isolation -e .
|
||||
# pip install --no-cache-dir --use-pep517 --no-build-isolation -e .
|
||||
pip install --no-cache-dir --use-pep517 --no-build-isolation .
|
||||
|
||||
# cleanup cache
|
||||
pip cache purge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue