1. Installing pyB12MPS

Installation of pyB12MPS can be done through pip:

pip install pyB12MPS

If installing through pip, the required python modules should be automatically installed. If for some reason you are missing requirements, they can be installed as indicated in the requirements section.

1.1. Requirements

  • Python3 (version 3.6 or higher)

  • Required Packages:

    • numpy

    • pySerial

To manually install the required packages:

pip install numpy pyserial