upgrade pip with venv
This commit is contained in:
parent
0a8735404d
commit
2deea0ae28
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
python3 -m venv .venv
|
||||
python3 -m venv --upgrade-deps .venv
|
||||
. .venv/bin/activate
|
||||
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