changeset 507:32ddea6d5bdb

README: use python3 for apt-get and setup.py calls
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Nov 2018 11:03:22 +0100
parents 3db4f1a0d0a3
children 708e1ff71b52
files README
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Nov 01 11:00:24 2018 +0100
+++ b/README	Thu Nov 01 11:03:22 2018 +0100
@@ -61,7 +61,7 @@
 
 On Debian GNU/Linux >= Wheezy just run as root:::
 
-    $ apt-get install python-urwid
+    $ apt-get install python3-urwid
 
 On other systems urwid may be installed via pip or directly put into the sources
 of getan.
@@ -104,7 +104,7 @@
 
 On Debian GNU/Linux just run as root:::
 
-    $ apt-get install python-jinja2
+    $ apt-get install python3-jinja2
 
 On other systems jinja2 may be installed via pip or directly put into the
 sources of getan.
@@ -128,7 +128,7 @@
 sources. To install getan system wide the following command must be run as root
 user::
 
-    $ python setup.py install
+    $ python3 setup.py install
 
 Starting getan
 ==============
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)