comparison README.txt @ 126:84ff2570b1fc python3

Update README to match python3 things.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Nov 2016 09:21:29 +0200
parents 2c94204a5dd2
children afdef805e9b7
comparison
equal deleted inserted replaced
125:76e49e34b40a 126:84ff2570b1fc
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