From 300fb294e5ab6ee5751aef2a1efcaf397db576dc Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Wed, 10 Jun 2020 11:27:32 +0200 Subject: [PATCH] Add homebrew instructions to install docs --- docs/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 31e9f11..bdd7e7a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 `_ installed. +Tested with on Catalina, Mojave, and High Sierra. + +.. code-block:: bash + + brew update + brew install toot + Source ------