no output for venv install
This commit is contained in:
parent
14c05ccc75
commit
74acf83bdd
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ if [ ! -d "$(dirname "${0}")/.venv" ]; then
|
|||
fi
|
||||
# shellcheck disable=1091
|
||||
source "$(dirname "${0}")/.venv/bin/activate"
|
||||
pip install -r "$(dirname "${0}")/requirements.txt"
|
||||
pip install "$(dirname "${0}")/"
|
||||
pip install -r "$(dirname "${0}")/requirements.txt" > /dev/null
|
||||
pip install "$(dirname "${0}")/" > /dev/null
|
||||
__project_codename__.py "${@}"
|
||||
|
|
Loading…
Reference in a new issue