refractor from flask template
This commit is contained in:
@ -10,7 +10,7 @@ if [ ! -z "${PYPI_MIRROR}" ]; then
|
||||
fi
|
||||
|
||||
create-venv() {
|
||||
python -m venv venv
|
||||
python3 -m venv venv
|
||||
}
|
||||
|
||||
install-requirements() {
|
||||
|
Reference in New Issue
Block a user