Steps To Install cookiecutter on Mac

Package Information:

Name: cookiecutter
Use: A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
URL: https://github.com/audreyr/cookiecutter

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cookiecutter using brew
    brew install cookiecutter

cookiecutter is ready to use now!