From f33881473c71556b59ecd3889f776e5e10c6ddcb Mon Sep 17 00:00:00 2001 From: Florent FERRY Date: Sun, 12 Jun 2016 09:43:54 +0200 Subject: [PATCH] Update doc to mention available installation via brew --- README.rst | 8 ++++++++ docs/index.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 0b25cf52..1a39be93 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,14 @@ Quick start Installation ~~~~~~~~~~~~ +On OS X, the easiest way to install **watson** is using `Homebrew `_: + +.. code:: bash + + $ brew update && brew install watson + +On other platforms, install **watson** using pip: + .. code:: bash $ pip install td-watson diff --git a/docs/index.md b/docs/index.md index d2f6ee49..2eb48138 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,12 @@ $ pip install td-watson Depending on your system, you might need to run this command with root privileges in order to install Watson globally. +On OS X, the easiest way to install Watson is using [Homebrew](http://brew.sh/): + +```bash +$ brew update && brew install watson +``` + ### Distribution packages You can install Watson using available distribution packages.