# HG changeset patch # User Matti Hamalainen # Date 1469621446 -10800 # Node ID f6836a6043222ecbfc9958b18caef153de7d4628 # Parent 46c1a3b6135a5181af67e6c6e41069ad10455ab8 Work a bit on the documentation. diff -r 46c1a3b6135a -r f6836a604322 README.txt --- 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 ..