
Discus requires that the following software be installed.

  o  Python, at least 3.6

To install Discus without the benefit of a Debian package, type something like
the following as root:

cp discus.py /usr/local/bin
chmod a+rx /usr/local/bin/discus
cp discusrc /etc
chmod a+r /etc/discusrc
gzip -9 discus.1
cp discus.1.gz /usr/local/man/man1
chmod a+r /usr/local/man/man1/discus.1.gz
