mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 17:33:51 +01:00
Doc: chroma plugin & virtualenvs
Mention --system-site-packages for the chroma plugin to work in virtualenvs.
This commit is contained in:
parent
be7ffd9758
commit
1eac878667
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +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.
|
||||
|
||||
* On Windows, try the Gstreamer "WinBuilds" from the `OSSBuild`_ project.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue