mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
Add instructions to install directly from Github.
This commit is contained in:
parent
2e18f84b38
commit
36daf93828
1 changed files with 1 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 using ``python -m pip install git+https://github.com/beetbox/beets.git``. command.
|
||||
Beets has also been packaged in the `software repositories`_ of several
|
||||
distributions. Check out the `Getting Started`_ guide for more information.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue