# HG changeset patch # User Thomas Arendsen Hein # Date 1541066733 -3600 # Node ID 708e1ff71b5287b39e8652520e003059674654a6 # Parent 32ddea6d5bdbc4070410af463bbe3d65d646b09a README: mention that python3-setuptools is needed diff -r 32ddea6d5bdb -r 708e1ff71b52 README --- a/README Thu Nov 01 11:03:22 2018 +0100 +++ b/README Thu Nov 01 11:05:33 2018 +0100 @@ -130,6 +130,11 @@ $ python3 setup.py install +You may need to install setuptools first, on Debian GNU/Linux just run as root::: + + $ apt-get install python3-setuptools + + Starting getan ==============