1. Create the dixprs directory and cd into it
$ sudo mkdir –p /usr/local/dixprs && cd /usr/local/dixprs
2. Download the source code (dixprs-2.2.2.tar.gz) from Github and save to /usr/local/dixprs The python code in dixprs-2.2.2 is based on Python 2.x Current default python version used by Raspberry Pi is python3.x. There are syntax changes that will cause errors.
$ https://github.com/ha5di/DIXPRS/releases
3. Unpack the tarball
$ sudo tar -xvzf dixprs-2.2.2.tar.gz
4. Now chmod all files
$ sudo chmod 755 *
Click HERE for configuration file information