socallinuxexpo / hdmi_matrix_control

Daemon for controlling HDMI Matrix Switchers
GNU General Public License v2.0
2 stars 2 forks source link

Matrix controller daemon

Install dependencies

python3 -m venv venv
. venv/bin/activate
pip3 install .

Run without matrix to test web interface

hdmi-mx -t

If you have TESmartMatrix

hdmi-mx

Setup Dev Environment with New Pipenv

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