Now load up a terminal so we can check Python is installed and get the next pieces:
Check if Python is installed and working:
python3 -VWhich should print Python 3.6.5 or something similar. If this doesn’t work for you, try removing the 3 and just run python -V. No luck? Post to the lines thread & we’ll figure it out (and update this doc).
Now we need some Python libraries which we collect with pip:
pip3 installAll going well, it’s time to install druid
pip3 install monome-druidNow druid should be ready to use, you might need to close and reopen the terminal to get access to it. Let’s load up druid to test if everything works as expected