Closed jodal closed 4 years ago
The manual installation steps asks you to install mopidy-iris using apt. However, this extension isn't packaged as a Debian package.
mopidy-iris
apt
The manual steps must be updated to use pip install mopidy-iris, like the install.sh script does.
pip install mopidy-iris
install.sh
Should finally be fixed in https://github.com/pimoroni/pirate-audio/commit/f8b8c54f7b006708d49db15da387bba7065d874e but I used the web API (naughty me) and flubbed the commit before I managed to type #7.
The manual installation steps asks you to install
mopidy-iris
usingapt
. However, this extension isn't packaged as a Debian package.The manual steps must be updated to use
pip install mopidy-iris
, like theinstall.sh
script does.