mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
affc0ca2a8
commit
08937239a5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue