Open zhang01GA opened 5 years ago
this has been done, and tested working: https://pypi.org/project/mtpy/
in Python3 (or python2.7). you can do pip install --user mtpy, then you can test use all the modules.
to show the mtpy version and where it is installed:
python -c "import mtpy; print(mtpy.__version__); print(mtpy.__file__)"
so that a user can access mtpy packages by a simply installation: "pip install mtpy"