forked from orbit-oss/flask
switch docs to flit
This commit is contained in:
parent
46b328854a
commit
6b9acd565c
7 changed files with 10 additions and 32 deletions
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install -U pip setuptools wheel
|
||||
pip install -U pip
|
||||
pip install -r requirements/dev.txt
|
||||
pip install -e .
|
||||
pre-commit install --install-hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue