diff --git a/README.md b/README.md index 1f0f139..2938800 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Unofficial utility for configuring Shure MV7 microphones. ![Screenshot of the configuration panel](res/screenshot.png) + +Run it by either importing the (desktop file)[res/re.delab.mv7config.desktop] or `python gui.py` +# Setup +Place the (42-shure-mv7.rules)[res/42-shure-mv7.rules] in `/etc/udev/rules.d` so the script does not need root access, reboot if neccessary. +Install the required python packages into your python environment with `pip install -r requirements.txt`, consider creating a venv for that. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9edea9a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +hidapi +pygobject \ No newline at end of file