how to install heroku in cmd code example
Example 1: how to get heroku on windows cmd
pip install heroku
Example 2: heroku cli install
$ curl https://cli-assets.heroku.com/install.sh | sh
Example 3: how to install heroku in terminal
$ brew tap heroku/brew && brew install heroku