comparison README.txt @ 137:4bf07e58baa8

Some fixes to documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Oct 2020 09:04:19 +0300
parents aa3478847735
children
comparison
equal deleted inserted replaced
136:aa3478847735 137:4bf07e58baa8
28 28
29 29
30 Installation 30 Installation
31 ============ 31 ============
32 32
33 In Debian 10.x there is a pre-packaged version og Google API Python 33 In Debian 10.x there are packaged versions of Google
34 modules available: 34 API Python modules available:
35 35
36 $ sudo apt-get install python3-googleapi 36 $ apt-get install python3-google-auth python3-google-auth-httplib2 python3-googleapi
37 37
38 If you are on earlier version of Debian or some other distribution, 38 If you are on earlier version of Debian or some other distribution,
39 you may have to use PIP to install the modules locally. 39 you may have to use PIP to install the modules locally.
40 40
41 $ pip3 install --upgrade google-api-python-client 41 $ pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
42 42
43 If the installation passes without errors, you are good to go. 43 If the installation passes without errors, you are good to go.
44 At this point, you will need to enable the Calendar API from 44 At this point, you will need to enable the Calendar API from
45 Google's control panel. Refer to the following web page: 45 Google's control panel. Refer to the following web page:
46 46