changeset 137:4bf07e58baa8

Some fixes to documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Oct 2020 09:04:19 +0300
parents aa3478847735
children d3135eff1bab
files README.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Oct 05 15:35:23 2020 +0300
+++ b/README.txt	Tue Oct 06 09:04:19 2020 +0300
@@ -30,15 +30,15 @@
 Installation
 ============
 
-In Debian 10.x there is a pre-packaged version og Google API Python
-modules available:
+In Debian 10.x there are packaged versions of Google
+API Python modules available:
 
-$ sudo apt-get install python3-googleapi
+$ apt-get install python3-google-auth python3-google-auth-httplib2 python3-googleapi
 
 If you are on earlier version of Debian or some other distribution,
 you may have to use PIP to install the modules locally.
 
-$ pip3 install --upgrade google-api-python-client
+$ pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
 
 If the installation passes without errors, you are good to go.
 At this point, you will need to enable the Calendar API from