Add comment about poetry install keyring prompt

Running `poetry install` would show a keyring prompt asking the user for
a password or to create a new keyring. This should not be needed for a
successful install.

discussion context: https://github.com/freedomofpress/dangerzone/pull/284#issue-1477773398
This commit is contained in:
deeplow 2023-01-09 11:33:55 +00:00
parent 7d0b6d44ba
commit 3b2544a2cd
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -17,6 +17,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
```
@ -62,6 +64,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
```