From 9655775b0b5e15d60ff5ecce3430fe8737a053a3 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 21 Jan 2015 10:17:15 -0800 Subject: [PATCH] Docs capitalization --- docs/plugins/chroma.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/chroma.rst b/docs/plugins/chroma.rst index 973b1e421..d9a90ccfe 100644 --- a/docs/plugins/chroma.rst +++ b/docs/plugins/chroma.rst @@ -69,9 +69,9 @@ You will also need a mechanism for decoding audio files supported by the For example, on Ubuntu, run ``apt-get install python-gst0.10-dev``. On Arch Linux, you want ``pacman -S gstreamer0.10-python``. If you use GStreamer, be sure to install its codec plugins also. - + Note that if you install beets in a virtualenv, you'll need it to have - ``--system-site-packages`` enabled for python to see the gstreamer bindings. + ``--system-site-packages`` enabled for Python to see the GStreamer bindings. * On Windows, try the Gstreamer "WinBuilds" from the `OSSBuild`_ project.