# HG changeset patch # User Matti Hamalainen # Date 1601964259 -10800 # Node ID 4bf07e58baa84ca5abbc8b2ac2a7e67e482b9772 # Parent aa3478847735ed7e85f17a986836ae54c53ac247 Some fixes to documentation. diff -r aa3478847735 -r 4bf07e58baa8 README.txt --- 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