Add homebrew instructions to install docs

This commit is contained in:
Travis Shears 2020-06-10 11:27:32 +02:00 committed by Ivan Habunek
parent b54ca5bb80
commit 300fb294e5
1 changed files with 11 additions and 0 deletions

View File

@ -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
------