Update on-create-command.sh
This commit is contained in:
parent
0e0e8ddcdc
commit
682fcbdab1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue