Python installation on other platforms

For other *NIX platforms, the following packages need to be installed:

  • Python 3.7 or newer
  • wxPython 4.1 or newer
  • dnspython
  • python-requests
  • python-ldap
  • psychopg2

Depending on your linux distribution, you might use the distribution's package manager. In case of wxPython 4.1, you'll probably need to use pip for

Building on Debian (Buster, Bullseye)

apt-get install python3-requests python3-dnspython python3-ldap python3-psychopg2 python3-pip
pip3 install wxPython

Other distributions

The package names are probably quite similar.