From 2b4964ba7635b1dd9ca82143965000dba1e8529a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 9 Mar 2010 19:59:42 +0100 Subject: [PATCH] docs: Add copy-pasteable commands for installing Mopidy without backend dependencies --- docs/installation/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index e01fd994..934c9181 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -40,6 +40,17 @@ Dependencies - see :doc:`libspotify` +To install Mopidy itself (i.e. no backend dependencies), on Debian/Ubuntu:: + + sudo aptitude install python-alsaaudio git-core + git clone git://github.com/jodal/mopidy.git + cd mopidy/ + +And on OS X, assuming you allready got git installed, e.g. from Homebrew:: + + git clone git://github.com/jodal/mopidy.git + cd mopidy/ + Spotify settings ================