Follow simple steps to install euler-py on Mac

Package Information:

Name: euler-py
Use: EulerPy is a command line tool designed to streamline the process of solving Project Euler problems using Python.
URL: https://github.com/iKevinY/EulerPy

Installation Steps:

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

euler-py is ready to use now!