comparison README.txt @ 134:afdef805e9b7

Merge Python 3 branch.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 15 Sep 2020 23:39:49 +0300
parents b33e3884182b 84ff2570b1fc
children aa3478847735
comparison
equal deleted inserted replaced
133:3a3958edc813 134:afdef805e9b7
32 32
33 First, we need to install the required Python tools in order to 33 First, we need to install the required Python tools in order to
34 install the required Google API Python modules ... in Debian 9.x, 34 install the required Google API Python modules ... in Debian 9.x,
35 chant the following magic incantations: 35 chant the following magic incantations:
36 36
37 $ sudo apt-get install python-pip python-setuptools python-wheel 37 $ sudo apt-get install python3-pip python3-setuptools python3-wheel
38 38
39 In older version of Debian, Ubuntu and other distributions package 39 In older version of Debian, Ubuntu and other distributions package
40 names may be different. Most important is to have PIP installed, 40 names may be different. Most important is to have PIP installed,
41 and that the next step runs without fatal errors. 41 and that the next step runs without fatal errors.
42 42
43 43
44 Then, use PIP to install Google API stuff locally for the user .. 44 Then, use PIP to install Google API stuff locally for the user ..
45 45
46 $ pip install --upgrade google-api-python-client 46 $ pip3 install --upgrade google-api-python-client
47 47
48 If the installation passes without errors, you are good to go. 48 If the installation passes without errors, you are good to go.
49 At this point, you will need to enable the Calendar API from 49 At this point, you will need to enable the Calendar API from
50 Google's control panel. Refer to the following web page: 50 Google's control panel. Refer to the following web page:
51 51