mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
7d0b6d44ba
commit
3b2544a2cd
1 changed files with 4 additions and 0 deletions
4
BUILD.md
4
BUILD.md
|
@ -17,6 +17,8 @@ python3 -m pip install poetry
|
||||||
|
|
||||||
Change to the `dangerzone` folder, and install the poetry dependencies:
|
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
|
poetry install
|
||||||
```
|
```
|
||||||
|
@ -62,6 +64,8 @@ python -m pip install poetry
|
||||||
|
|
||||||
Change to the `dangerzone` folder, and install the poetry dependencies:
|
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
|
poetry install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue