Added notes about MacPorts - #4069
Conversation
|
@sampsyo I feel that you defently would like to adjust wording :) |
sampsyo
left a comment
There was a problem hiding this comment.
Thanks!! Indeed; here are a couple of comments.
| Python yourself with `Homebrew`_ or otherwise.) | ||
| some parts of the system. This means that some ``pip`` commands may fail with a | ||
| permissions error. (You probably *won't* run into this if you've installed | ||
| Python yourself with `Homebrew`_ or otherwise. Or use `MacPorts`_) |
There was a problem hiding this comment.
| Python yourself with `Homebrew`_ or otherwise. Or use `MacPorts`_) | |
| Python yourself with `Homebrew`_ or otherwise. You can also try `MacPorts`_.) |
| * On **macOS**, there's a `MacPorts`_ port. Just run ``port install beets`` or | ||
| ``port install beets-full`` to install it with all 3rd party plugins. macOS** | ||
| 11 (Big Sur) includes Python 3.8 out of the box and you may install it via | ||
| ``pip``. You can opt for a more recent Python installing it via `Homebrew`_: | ||
| ``brew install python3`` for older versions. |
There was a problem hiding this comment.
Seems good, but let's keep the Homebrew thing first… that is, list the text beginning "11 (BigSur) includes…" first. Then, the next sentence can say, like, "There's also a MacPorts port. Just run…"
Also, I'm not entirely sure what "all 3rd party plugins" means… there are a lot of third-party plugins out there! Do you mean all dependencies for the included (first-party) plugins, perhaps?
There was a problem hiding this comment.
@sampsyo I mean that almost all plugins from Other Plugins are included as dedicated port and beets-full installs all of them. With all dependencies. Technically speaking I've added 25 ports which include 22 3rd party plugins,beets, beets-devel (the master branch) and beets-full (install everything).
I've done it because I'm using some of this plugins, and it seems fair to package them all. Special that adding them wasn't so hard. Ok, adding all python dependencies was, but it is another story :)
There was a problem hiding this comment.
Incredible! Well, maybe I'd just say "lots of third-party plugins" or something to sidestep the potential confusion around claiming "all". 😃
29dec33 to
18ab4b1
Compare
|
Tweaked it a bit more for concision, but looks good! Thanks again! |
No description provided.