mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
docs/faq: add a note about 'pip install -e .'
It's another installation option that may be useful.
This commit is contained in:
parent
a18773908d
commit
ceb53324d6
1 changed files with 6 additions and 0 deletions
|
|
@ -147,6 +147,12 @@ it's helpful to run on the "bleeding edge". To run the latest source:
|
|||
``pip install -e git+https://github.com/beetbox/beets#egg=beets``
|
||||
to clone beets and install it, allowing you to modify the source
|
||||
in-place to try out changes.
|
||||
- Combine the previous two approaches, cloning the source yourself,
|
||||
and then installing in editable mode:
|
||||
``git clone https://github.com/beetbox/beets.git`` then
|
||||
``pip install -e beets``. This approach lets you decide where the
|
||||
source is stored, with any changes immediately reflected in your
|
||||
environment.
|
||||
|
||||
More details about the beets source are available on the :doc:`developer documentation </dev/index>`
|
||||
pages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue