How to Install eprover on Mac using Brew

Package Information:

Name: eprover
Use: E is a theorem prover for full first-order logic with equality.
URL: http://eprover.org

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

eprover is ready to use now!