Easy Steps to Install eralchemy on Mac

Package Information:

Name: eralchemy
Use: ERAlchemy generates Entity Relation (ER) diagram (like the one below) from databases or from SQLAlchemy models.
URL: https://github.com/Alexis-benoist/eralchemy

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

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

eralchemy is ready to use now!