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:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install euler-py using brew
brew install euler-py
euler-py is ready to use now!