Document that the keyring example requires the keyrings.alt package.

This commit is contained in:
facetoe 2016-02-14 22:07:40 +08:00
parent 3addb4b229
commit ee5a706107

View File

@ -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())