changeset 94:f6836a604322

Work a bit on the documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jul 2016 15:10:46 +0300
parents 46c1a3b6135a
children b5cc76f18256
files README.txt
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Wed Jul 27 13:49:25 2016 +0300
+++ b/README.txt	Wed Jul 27 15:10:46 2016 +0300
@@ -31,12 +31,14 @@
 ============
 
 First, we need to install the required Python tools in order to
-install the required Google API Python modules ... in Debian,
+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
 
-In Ubuntu and other distributions package names may be different.
+In older version of Debian, Ubuntu and other distributions package
+names may be different. Most important is to have PIP installed,
+and that the next step runs without fatal errors.
 
 
 Then, use PIP to install Google API stuff locally for the user ..