I am on a Mac and want to install and use Vertigo (software tool for mutation testing Solidity smart contracts).
I follow the installation instructions here: https://pypi.org/project/eth-vertigo/
And install Vertigo with:
> pip3 install eth-vertigo
Then, I run:
> vertigo
zsh: command not found: vertigo
There seems to be a missing step in the instructions (in my case)!