developer setup poetry workarounds added

This commit is contained in:
zurdi zurdo
2023-05-11 00:34:28 +02:00
parent 302bafd03a
commit 817df9b81f

View File

@@ -25,6 +25,8 @@ Then initialize the virtual environment and install the dependencies
```sh
poetry shell
# Fix disable parallel installation stuck: $> poetry config experimental.new-installer false
# Fix Loading macOS stuck: $> export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
poetry install
```