Prerequisites:

python3
See the first 20 lines or so in wdcms.py for required python modules.
pandoc

Installation, for example in /tmp/test:

      make PREFIX=/tmp/test         # default is $HOME/.local
   depending on the value of PREFIX:
      make PREFIX=/tmp/test install
	or
      sudo make PREFIX=/tmp/test install 

De-installation:

   make PREFIX=/tmp/test uninstall
      or
   sudo make PREFIX=/tmp/test uninstall

wdcms is the command-line command
wdcms.gui is the graphical interface. It uses and adapts ~/.wdcmsrc .

Documentation:

   man wdcms

