changeset 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 76e49e34b40a
children afdef805e9b7 cc34d6638b04
files README.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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