InstallationΒΆ

MSM is available from PyPI. Installation is straight forward via pip. We recommend calling pip via python:

python3 -m pip install ModbusSharedMemory

You can check if installation was successful by simply trying to import MSM:

from ModbusSharedMemory import *

If no error was rised, you have installed MSM successfuly.