mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
Merge pull request #4705 from arsaboo/installation
Add instructions to install directly from Github.
This commit is contained in:
commit
1dd75d687a
2 changed files with 3 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ shockingly simple if you know a little Python.
|
|||
Install
|
||||
-------
|
||||
|
||||
You can install beets by typing ``pip install beets``.
|
||||
You can install beets by typing ``pip install beets`` or directly from Github (see details [here](https://beets.readthedocs.io/en/latest/faq.html#run-the-latest-source-version-of-beets)).
|
||||
Beets has also been packaged in the `software repositories`_ of several
|
||||
distributions. Check out the `Getting Started`_ guide for more information.
|
||||
|
||||
|
|
|
|||
|
|
@ -137,6 +137,8 @@ it's helpful to run on the "bleeding edge". To run the latest source:
|
|||
``pip uninstall beets``.
|
||||
2. Install from source. Choose one of these methods:
|
||||
|
||||
- Directly from GitHub using
|
||||
``python -m pip install git+https://github.com/beetbox/beets.git`` command. Depending on your system, you may need to use ``pip3`` and ``python3`` instead of ``pip`` and ``python`` respectively.
|
||||
- Use ``pip`` to install the latest snapshot tarball. Type:
|
||||
``pip install https://github.com/beetbox/beets/tarball/master``
|
||||
- Grab the source using git. First, clone the repository:
|
||||
|
|
|
|||
Loading…
Reference in a new issue