Document that the keyring example requires the keyrings.alt package.
This commit is contained in:
parent
3addb4b229
commit
ee5a706107
@ -146,6 +146,7 @@ If you don't want to use the default you can set a specific keyring like so:
|
||||
|
||||
.. code:: python
|
||||
|
||||
# Requires the keyrings.alt package
|
||||
from keyrings.alt.file import PlaintextKeyring
|
||||
status.register('github', keyring_backend=PlaintextKeyring())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user