Mercurial > getan
comparison README @ 508:708e1ff71b52
README: mention that python3-setuptools is needed
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 01 Nov 2018 11:05:33 +0100 |
parents | 32ddea6d5bdb |
children | e8b7abbe07e5 |
comparison
equal
deleted
inserted
replaced
507:32ddea6d5bdb | 508:708e1ff71b52 |
---|---|
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 $ python3 setup.py install | 131 $ python3 setup.py install |
132 | 132 |
133 You may need to install setuptools first, on Debian GNU/Linux just run as root::: | |
134 | |
135 $ apt-get install python3-setuptools | |
136 | |
137 | |
133 Starting getan | 138 Starting getan |
134 ============== | 139 ============== |
135 | 140 |
136 Getan can be directly run from sources or after a system wide installation from | 141 Getan can be directly run from sources or after a system wide installation from |
137 the bin dir (e.g. /usr/bin). | 142 the bin dir (e.g. /usr/bin). |