- pip3
pip3 install --user endgame
- Homebrew (this will not work until the repository is public)
brew tap salesforce/endgame https://github.com/salesforce/endgame
brew install endgame
Now you should be able to execute endgame
from command line by running endgame --help
.
- To enable Bash completion, put this in your
~/.bashrc
:
eval "$(_ENDGAME_COMPLETE=source endgame)"
- To enable ZSH completion, put this in your
~/.zshrc
:
eval "$(_ENDGAME_COMPLETE=source_zsh endgame)"