python3 -m venv venv
. venv/bin/activate
pip3 install .
hdmi-mx -t
curl http://127.0.0.1:5000/output/4 -d "input=4" -X PUT
hdmi-mx
The new tool endorsed by the PyPA is Pipenv. It manages dependencies and virtual environments, providing a "bundler" or "npm" like experience.
pipenv install --dev --pre
pipenv run hdmi-mx