MozPhab can be installed from PyPI
This requires Git, Python 3.5 or higher with pip, and PHP.
Follow the instructions on https://brew.sh/ if Homebrew is not installed.
Install Python 3 and Pip with one command:
$ brew install python
Call
pip3 install MozPhab
Please note the first
moz-phab
call will install the Arcanist and its requirements under the~/.mozbuild/mozphab
directory.Ensure running
arc
andmoz-phab
both work:
$ moz-phab arc -h
$ moz-phab -h