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