From 09a0e51c3f0f1b9dccf4e41cc3983e17207afda0 Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 18 May 2023 12:38:52 +0100 Subject: [PATCH] Sync qa.py and README (missed on PR#416) --- dev_scripts/qa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 9d229ac..27e7ffe 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -173,7 +173,7 @@ After this, restart the terminal window, for the `poetry` command to be in your 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. +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keyring, disable the keyring with `keyring --disable` and run the command again. ``` poetry install @@ -221,7 +221,7 @@ pipx 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. +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keyring, disable the keyring with `keyring --disable` and run the command again. ``` poetry install