Guide To Install fabric On Mac using Brew

Package Information:

Name: fabric
Use: Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
URL: http://www.fabfile.org

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fabric using brew
    brew install fabric

fabric is ready to use now!