Quite simple:
$ python -m pip install -U --user mssThe module is also available from conda:
$ conda install -c conda-forge python-mssAlternatively, you can get a copy of the module from GitHub:
$ git clone https://github.com/BoboTiG/python-mss.git
$ cd python-mssAnd then:
$ python setup.py install --user