To install the sjmServer.py script

The sjmServer.py script is a python script that has been tested with versions of python 2.7(+) and python 3(+). You must have a python interpreter installed on your system to use this tool.

  1. To install the two python modules requests and ipaddress, use the python pip utility and type:
    sudo pip install requests ipaddress
  2. If your Linux system does not have the pip utility installed, use the following commands to install it:
    curl https://bootstrap.pypa.io/get-pip.py -o “get-pip.py”
    sudo python ./get-pip.py
  3. If these fail, refer to the documentation for your system or for python regarding how to install python and related modules onto your system.