# HG changeset patch # User Matti Hamalainen # Date 1478503289 -7200 # Node ID 84ff2570b1fca464f75b2811138f74279070f33d # Parent 76e49e34b40a7570fb12eb93cb5cdf55e84834ad Update README to match python3 things. diff -r 76e49e34b40a -r 84ff2570b1fc README.txt --- a/README.txt Mon Nov 07 09:15:50 2016 +0200 +++ b/README.txt Mon Nov 07 09:21:29 2016 +0200 @@ -34,7 +34,7 @@ install the required Google API Python modules ... in Debian 9.x, chant the following magic incantations: -$ sudo apt-get install python-pip python-setuptools python-wheel +$ sudo apt-get install python3-pip python3-setuptools python3-wheel In older version of Debian, Ubuntu and other distributions package names may be different. Most important is to have PIP installed, @@ -43,7 +43,7 @@ Then, use PIP to install Google API stuff locally for the user .. -$ pip install --upgrade google-api-python-client +$ pip3 install --upgrade google-api-python-client If the installation passes without errors, you are good to go. At this point, you will need to enable the Calendar API from