Do pip install git+https://github.com/mlcommons/power-dev
or clone and do pip install . or easy_install . or ./setup.py install.
Then you can run power_server, power_client and power_check
from the command line.
You can do pip install pytest and python -m pytest ptd_client_server to
run unit tests for installed package.