simplify config, update guide
This commit is contained in:
parent
1a3611cb6d
commit
0f73470123
4 changed files with 16 additions and 34 deletions
|
|
@ -3,8 +3,7 @@ set -e
|
|||
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install --upgrade pip setuptools
|
||||
pip install -r requirements/dev.txt && pip install -e .
|
||||
pre-commit install
|
||||
|
||||
sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
|
||||
pip install -U pip setuptools wheel
|
||||
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