Mercurial > getan
comparison README @ 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 | 62373fad96eb |
children | 708e1ff71b52 |
comparison
equal
deleted
inserted
replaced
506:3db4f1a0d0a3 | 507:32ddea6d5bdb |
---|---|
59 Install urwid | 59 Install urwid |
60 ------------- | 60 ------------- |
61 | 61 |
62 On Debian GNU/Linux >= Wheezy just run as root::: | 62 On Debian GNU/Linux >= Wheezy just run as root::: |
63 | 63 |
64 $ apt-get install python-urwid | 64 $ apt-get install python3-urwid |
65 | 65 |
66 On other systems urwid may be installed via pip or directly put into the sources | 66 On other systems urwid may be installed via pip or directly put into the sources |
67 of getan. | 67 of getan. |
68 | 68 |
69 Using pip | 69 Using pip |
102 Install Jinja2 | 102 Install Jinja2 |
103 -------------- | 103 -------------- |
104 | 104 |
105 On Debian GNU/Linux just run as root::: | 105 On Debian GNU/Linux just run as root::: |
106 | 106 |
107 $ apt-get install python-jinja2 | 107 $ apt-get install python3-jinja2 |
108 | 108 |
109 On other systems jinja2 may be installed via pip or directly put into the | 109 On other systems jinja2 may be installed via pip or directly put into the |
110 sources of getan. | 110 sources of getan. |
111 | 111 |
112 Using pip | 112 Using pip |
126 | 126 |
127 A installation of getan is not required. It can also be run directly from the | 127 A installation of getan is not required. It can also be run directly from the |
128 sources. To install getan system wide the following command must be run as root | 128 sources. To install getan system wide the following command must be run as root |
129 user:: | 129 user:: |
130 | 130 |
131 $ python setup.py install | 131 $ python3 setup.py install |
132 | 132 |
133 Starting getan | 133 Starting getan |
134 ============== | 134 ============== |
135 | 135 |
136 Getan can be directly run from sources or after a system wide installation from | 136 Getan can be directly run from sources or after a system wide installation from |