comparison README.txt @ 12:a5f726b6782d

Start writing some kind of documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 12:58:06 +0300
parents 01c933dba120
children 9a4dd2eb7701
comparison
equal deleted inserted replaced
11:fcdee7c04ed8 12:a5f726b6782d
1 Google Calendar MultiMerge(tm) 9000
2 ===================================
3 By Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4
5
6
7 First, we need to install the required Python tools in order to
8 install the required Google API Python modules ... in Debian/Ubuntu,
9 chant the following magic incantations:
10
11 $ sudo apt-get install python-pip python-setuptools python-wheel
12
13 Then, use PIP to install Google API stuff locally for the user ..
14
15 $ pip install --upgrade google-api-python-client
16
17 --
18
19 At this point, you will need to enable the Calendar API from
20 Google's control panel. Refer to the following web page:
21
22 https://developers.google.com/google-apps/calendar/quickstart/python
23
24 The section "Step 1" has the instructions. We've already done "Step 2",
25 which is incomplete in the guide anyway.
26