comparison README.txt @ 94:f6836a604322

Work a bit on the documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jul 2016 15:10:46 +0300
parents ae3f20933758
children 2c94204a5dd2
comparison
equal deleted inserted replaced
93:46c1a3b6135a 94:f6836a604322
29 29
30 Installation 30 Installation
31 ============ 31 ============
32 32
33 First, we need to install the required Python tools in order to 33 First, we need to install the required Python tools in order to
34 install the required Google API Python modules ... in Debian, 34 install the required Google API Python modules ... in Debian 9.x,
35 chant the following magic incantations: 35 chant the following magic incantations:
36 36
37 $ sudo apt-get install python-pip python-setuptools python-wheel 37 $ sudo apt-get install python-pip python-setuptools python-wheel
38 38
39 In Ubuntu and other distributions package names may be different. 39 In older version of Debian, Ubuntu and other distributions package
40 names may be different. Most important is to have PIP installed,
41 and that the next step runs without fatal errors.
40 42
41 43
42 Then, use PIP to install Google API stuff locally for the user .. 44 Then, use PIP to install Google API stuff locally for the user ..
43 45
44 $ pip install --upgrade google-api-python-client 46 $ pip install --upgrade google-api-python-client