diff --git a/BUILD.md b/BUILD.md index 7181e4b..ef58d74 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 ```