Installation ============ MSM is available from PyPI. Installation is straight forward via pip. We recommend calling pip via python: .. code-block:: bash python3 -m pip install ModbusSharedMemory You can check if installation was successful by simply trying to import MSM: .. code-block:: python from ModbusSharedMemory import * If no error was rised, you have installed MSM successfuly.