Skip to content

Commit

Permalink
Add a note about setting a keyring for poetry to the docs (closes gh-…
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 1, 2024
1 parent fc34ae1 commit b4c719c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Install the dependencies. Poetry will automatically create a virtualenv

poetry install

If this installation step encounters hangs or errors that implicate access to a
keyring, setting a keyring backend may help::

export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring

Activate the virtual environment::

poetry shell
Expand Down

0 comments on commit b4c719c

Please sign in to comment.