# HG changeset patch # User Matti Hamalainen # Date 1467626286 -10800 # Node ID a5f726b6782da37fdd87a15be8fb7baf307fc688 # Parent fcdee7c04ed8b9eee7c72144d66291e44a7793c8 Start writing some kind of documentation. diff -r fcdee7c04ed8 -r a5f726b6782d README.txt --- 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 + + + +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. +