File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ collection better.
9
9
Installing
10
10
----------
11
11
12
- You will need Python. (Beets is written for ` Python 2.7 `_. 2.6 support has been
13
- dropped, and Python 3.x is not yet supported.)
12
+ You will need Python.
13
+ Beets works on ` Python 2.7 `_ and Python 3.4 or later.
14
14
15
15
.. _Python 2.7 : http://www.python.org/download/
16
16
17
17
* **macOS ** v10.7 (Lion) and later include Python 2.7 out of the box.
18
+ You can opt for Python 3 by installing it via `Homebrew `_:
19
+ ``brew install python3 ``
18
20
19
21
* On **Debian or Ubuntu **, depending on the version, beets is available as an
20
22
official package (`Debian details `_, `Ubuntu details `_), so try typing:
@@ -55,7 +57,7 @@ dropped, and Python 3.x is not yet supported.)
55
57
.. _beets is in [community] : https://www.archlinux.org/packages/community/any/beets/
56
58
57
59
If you have `pip `_, just say ``pip install beets `` (you might need ``sudo `` in
58
- front of that). On Arch, you'll need to use `` pip2 `` instead of `` pip ``.
60
+ front of that).
59
61
60
62
To install without pip, download beets from `its PyPI page `_ and run ``python
61
63
setup.py install `` in the directory therein.
You can’t perform that action at this time.
0 commit comments