From 83295183cfd46ee7f4750ddd1002ad60723e93fa Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Wed, 29 Aug 2018 15:46:16 -0700 Subject: [PATCH] update README --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d8de326..a47ce48 100644 --- a/README.rst +++ b/README.rst @@ -58,10 +58,10 @@ Platforms: Installation ------------ -This utility can be installed with both **pip** and **brew**. +This utility can be installed with **pip**, **brew** or downloading the repo and running ``python setup.py install``. -Brew Installation ------------------ +Installing with Brew +-------------------- On macOS, this utility can be installed with `brew `_. This simplifies the installation process and automatically installs the necessary Python libraries in a seperate virtual environment. @@ -71,8 +71,8 @@ It can be installed via **brew** with the command: brew install robpco/tap/mcc -Pip Installation ----------------- +Installing with Pip +------------------- This utility can be installed with **pip**: