diff README.txt @ 134:afdef805e9b7

Merge Python 3 branch.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 15 Sep 2020 23:39:49 +0300
parents b33e3884182b 84ff2570b1fc
children aa3478847735
line wrap: on
line diff
--- a/README.txt	Wed Aug 26 11:59:45 2020 +0300
+++ b/README.txt	Tue Sep 15 23:39:49 2020 +0300
@@ -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