maartentamboer / X-Touch-Mini-FS2020

Control FS2020 with a Behringer X-Touch Mini
https://dev-tty.nl/X-Touch-Mini-FS2020/
MIT License
59 stars 19 forks source link

Add installation steps to readme #2

Closed ticktricktrack closed 3 years ago

ticktricktrack commented 3 years ago

Thank you again, this is a much nicer solution than the other ones out there.

maartentamboer commented 3 years ago

Thanks for your additions. I have a few comments, but overall this is great.

If I have some time this weekend I might setup a CI job that compiles this into an executable with pyinstaller. That would definitely help non python users a lot

ticktricktrack commented 3 years ago

CI job that compiles this into an executable with pyinstaller.

That would be even easier, would you leave the config file outside the exe and read it in? That way we can still change the bindings.

maartentamboer commented 3 years ago

Yeah, that's the goal.

Changes look good to me. Thanks for contributing