mztools is used to control your PaaS environment for Digital Routes MediationZone.
Make sure you have Python3.
Configure AWS CLI with the credentials passed to you for your environment:
aws configure
Run command:
$ pip install mztools
Install tox: $ pip install tox
Run tox: $ tox
Run below commands:
$ python setup.py build
$ sudo python setup.py install
This compiled mztools will be available at /usr/local/bin/mztools
in your local machine