From fa076591c97ea922fef16495d9e9be46b39a7ad8 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 2 Apr 2015 15:30:37 -0500 Subject: [PATCH] Don't recommend installing ansible via homebrew --- docsite/rst/intro_installation.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index bad6ea068ef..4a4504388a5 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -242,17 +242,14 @@ You may also wish to install from ports, run: $ sudo make -C /usr/ports/sysutils/ansible install -.. _from_brew: +.. _on_macos: -Latest Releases Via Homebrew (Mac OSX) +Latest Releases on Mac OSX ++++++++++++++++++++++++++++++++++++++ -To install on a Mac, make sure you have Homebrew, then run: +The preferred way to install ansible on a Mac is via pip. -.. code-block:: bash - - $ brew update - $ brew install ansible +The instructions can be found in `Latest Releases Via Pip`_ section. .. _from_pkgutil: