mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 01:15:38 +01:00
Docs for 3.6+ requirement
This commit is contained in:
parent
8819852337
commit
75223eedb7
2 changed files with 5 additions and 6 deletions
|
|
@ -4,7 +4,8 @@ Changelog
|
|||
1.5.1 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
This release now requires Python 3.6 or later (it removes support for Python
|
||||
2.7, 3.4, and 3.5).
|
||||
|
||||
|
||||
1.5.0 (August 19, 2021)
|
||||
|
|
|
|||
|
|
@ -10,12 +10,10 @@ Installing
|
|||
----------
|
||||
|
||||
You will need Python.
|
||||
Beets works on `Python 2.7`_ and Python 3.4 or later.
|
||||
Beets works on Python 3.6 or later.
|
||||
|
||||
.. _Python 2.7: https://www.python.org/download/
|
||||
|
||||
* **macOS** v10.7 (Lion) and later include Python 2.7 out of the box.
|
||||
You can opt for Python 3 by installing it via `Homebrew`_:
|
||||
* **macOS** 11 (Big Sur) includes Python 3.8 out of the box.
|
||||
You can opt for a more recent Python installing it via `Homebrew`_:
|
||||
``brew install python3``
|
||||
|
||||
* On **Debian or Ubuntu**, depending on the version, beets is available as an
|
||||
|
|
|
|||
Loading…
Reference in a new issue