Skip to content
/ MTPPy Public

Python-based implementation of the MTP-compatible PEA

License

Notifications You must be signed in to change notification settings

p2o-lab/MTPPy

Repository files navigation

MTPPy

This package is an open-source python package for developing control software for modules.

To build the package run the following command:

python -m build

To upload the package into PyPi repository run following:

py -m twine upload --repository pypi dist/*

To integrate MTPPy in your software install the corresponding package from PyPi: https://pypi.org/project/MTPPy/