refractor from flask template

This commit is contained in:
2022-08-28 15:58:23 +08:00
parent 184eb978b7
commit 9b91c5cf73
6 changed files with 30 additions and 21 deletions

View File

@ -10,7 +10,7 @@ if [ ! -z "${PYPI_MIRROR}" ]; then
fi
create-venv() {
python -m venv venv
python3 -m venv venv
}
install-requirements() {