I downloaded all project files as .zip, unzipped them and opened a terminal in the downloaded folder. I ran the first command line in the Readme, no problem.
Then, I tried to run the command
pip install -r requirements.txt
as suggested, and got an error saying it's an "externally managed environment"
After looking online for a solution, I tried
pipx install requirements.txt
But then an error says that there's no version that satisfies requirements.txt (no version found)
I must say I've never used python related commands so I may have missed steps that aren't mentioned but are essential.
To add a bit more context:
I received an MPK mini from a friend, and want to make it to work inside Pure Data. In a sense, I don't really need the editor to map pads, keys and knobs, as I will need to do it myself in Pure Data anyway.
The only thing I'd like to do is to set the arpeggiator clock to "external", in order to synchronize the MPK mini with Pure Data. Is there any SysEx message that could to the job ? How is this specific parameter implemented in your editor ? This would be an even better solution for my setup.
Thanks in advance !