docs: Add note about using virtualenv

This commit is contained in:
Stein Magnus Jodal 2013-04-14 14:19:29 +02:00
parent 61e0f941e0
commit 0ae356f581

View File

@ -25,6 +25,13 @@ Making changes
#. Clone your fork on GitHub to your computer.
#. Consider making a Python `virtualenv <http://www.virtualenv.org/>`_ for
Mopidy development to wall of Mopidy and it's dependencies from the rest of
your system. If you do so, create the virtualenv with the
``--system-site-packages`` flag so that Mopidy can use globally installed
dependencies like GStreamer. If you don't use a virtualenv, you may need to
run the following ``pip`` and ``python setup.py`` commands with ``sudo`` to
install stuff globally on your computer.
#. Install dependencies as described in the :ref:`installation` section.