changeset 12:a5f726b6782d

Start writing some kind of documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 12:58:06 +0300
parents fcdee7c04ed8
children dd240a7ad913
files README.txt
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Jul 04 12:57:27 2016 +0300
+++ b/README.txt	Mon Jul 04 12:58:06 2016 +0300
@@ -0,0 +1,26 @@
+Google Calendar MultiMerge(tm) 9000
+===================================
+By Matti 'ccr' Hämäläinen <ccr@tnsp.org>
+
+
+
+First, we need to install the required Python tools in order to
+install the required Google API Python modules ... in Debian/Ubuntu,
+chant the following magic incantations:
+
+$ sudo apt-get install python-pip python-setuptools python-wheel
+
+Then, use PIP to install Google API stuff locally for the user ..
+
+$ pip install --upgrade google-api-python-client
+
+--
+
+At this point, you will need to enable the Calendar API from
+Google's control panel. Refer to the following web page:
+
+https://developers.google.com/google-apps/calendar/quickstart/python
+
+The section "Step 1" has the instructions. We've already done "Step 2",
+which is incomplete in the guide anyway.
+