Update on-create-command.sh

This commit is contained in:
Owen Wu 2023-08-16 20:21:35 -07:00 committed by GitHub
parent 0e0e8ddcdc
commit 682fcbdab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ set -e
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate
pip install -U pip pip3 install -U pip
pip install -r requirements/dev.txt pip3 install -r requirements/dev.txt
pip install -e . pip3 install -e .
pre-commit install --install-hooks pre-commit install --install-hooks