Skip to content

Commit

Permalink
Issue #28: Create docs (troubleshooting).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Jul 22, 2020
1 parent 4bcc0aa commit 0ef2963
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ For versions that are not in Pypi (it is a development version)::
If you do not have git installed::

$ pip install https://github.com/Nekmo/gkeep/archive/<branch>.zip


Troubleshooting
---------------
Gkeep is unstable because **it doesn't use an official Google api**. Before opening a new incident update gkeep and its
dependencies to the latest version::

$ pip install -U gkeep --upgrade-strategy eager

In case of problems with **authentication** check the credentials file in ``~/.config/gkeep/auth.json``. It is
recommended to protect this file for security. Accounts with two-step authentication must use an application password.
For more info: https://support.google.com/mail/answer/185833

0 comments on commit 0ef2963

Please sign in to comment.