From 4efb1f8071a429162e0a7c684b170444be483d3e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 27 Apr 2013 23:58:30 +0200 Subject: [PATCH] docs: Add note on 'python setup.py develop' to changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2bb88bb6..7e64eb46 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -94,6 +94,13 @@ and improved. unset. This prevents some harmless error messages to appear, and thus to confuse users debugging other problems. +**Development** + +- Developers running Mopidy from a Git clone needs to run ``python setup.py + develop`` to register the bundled extensions. If you don't do this, Mopidy + will not find any frontends or backends. As a bonus, the command also gives + you a ``mopidy`` executable in your virtualenv. + v0.13.0 (2013-03-31) ====================