Add homebrew instructions to install docs
This commit is contained in:
parent
b54ca5bb80
commit
300fb294e5
1 changed files with 11 additions and 0 deletions
|
@ -103,6 +103,17 @@ Install from PyPI using pip, preferably into a virtual environment.
|
|||
|
||||
pip install --user toot
|
||||
|
||||
Homebrew
|
||||
--------------------
|
||||
|
||||
This works on Mac OSX with `homebrew <https://brew.sh/>`_ installed.
|
||||
Tested with on Catalina, Mojave, and High Sierra.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
brew update
|
||||
brew install toot
|
||||
|
||||
Source
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue