The source project of this merge request has been removed.
In order to install plugin for Mopidy, i had to install git and run this command:
Merged
In order to install plugin for Mopidy, i had to install git and run this command:
(removed):patch-1
into
master
1 unresolved thread
1 unresolved thread
As all the documentation on Mopidy page is using sudo and python3 -m pip, i guess this may help.
Merge request reports
Activity
Filter activity
29 29 30 30 .. code-block:: shell 31 31 32 apt-get install libcairo2-dev libgirepository1.0-dev python-dev 33 pip install git+https://dev.funkwhale.audio/funkwhale/mopidy.git 32 apt-get install libcairo2-dev libgirepository1.0-dev python-dev git 33 sudo python3 -m pip install Mopidy-MusicBox-Webclient changed this line in version 2 of the diff
We probably should add a hint there is a pypi-package? This can be install without git: https://pypi.org/project/mopidy-funkwhale/
mentioned in commit 7437b176