forked from Icycoide/searxng
searx.sh: add buildhost cmd, installs OS packages for builds
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f5f83b8a99
commit
80f7b65804
4 changed files with 41 additions and 13 deletions
|
@ -204,6 +204,7 @@ pyclean:
|
|||
pyenv: $(PY_ENV)
|
||||
$(PY_ENV): python-exe
|
||||
$(call cmd,virtualenv,$(PY_ENV))
|
||||
@$(PY_ENV_BIN)/pip install $(PIP_VERBOSE) -U wheel pip setuptools
|
||||
@$(PY_ENV_BIN)/pip install $(PIP_VERBOSE) -r requirements.txt
|
||||
|
||||
PHONY += pylint-exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue