[Getan-commits] [PATCH] README: use python3 for apt-get and setup.py calls

Wald Commits scm-commit at wald.intevation.org
Thu Nov 1 11:03:25 CET 2018


# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Date 1541066602 -3600
# Node ID 32ddea6d5bdbc4070410af463bbe3d65d646b09a
# Parent  3db4f1a0d0a3e237d413a2c95c4331ee92678e40
README: use python3 for apt-get and setup.py calls

diff -r 3db4f1a0d0a3 -r 32ddea6d5bdb README
--- 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
 ==============


More information about the Getan-commits mailing list