README: update development environment setup instructions
This commit is contained in:
parent
85cf257d2c
commit
896c4a3ca4
11
README.md
11
README.md
@ -19,13 +19,12 @@ python3 path/to/repo/cli.py list path/to/blendfile.blend
|
|||||||
|
|
||||||
## Setting up development environment
|
## Setting up development environment
|
||||||
|
|
||||||
|
First install [Poetry](https://python-poetry.org/). Because BAT has different
|
||||||
|
requirements than Poetry itself, it is recommended to install Poetry outside the
|
||||||
|
virtualenv you use for BAT. After that, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python3.9 -m venv .venv
|
poetry install --all-extras --all-groups
|
||||||
. ./.venv/bin/activate
|
|
||||||
pip install -U pip
|
|
||||||
pip install poetry black
|
|
||||||
poetry install
|
|
||||||
mypy --install-types
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user