Fix qa.py following BUILD.md update in 3b2544a

This BUILD.md was merged into main without updating qa.py to reflect it
because our linters were down due to the now-fixed poetry bug (see prev
commit).
This commit is contained in:
deeplow 2023-01-20 09:58:37 +00:00
parent affc0ca2a8
commit 08937239a5
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -167,6 +167,8 @@ python3 -m pip install poetry
Change to the `dangerzone` folder, and install the poetry dependencies:
> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again.
```
poetry install
```
@ -213,6 +215,8 @@ python -m pip install poetry
Change to the `dangerzone` folder, and install the poetry dependencies:
> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again.
```
poetry install
```