Homebrew Tap for paritytech.
Homebrew is the missing package manager for OSX. You can find installation instructions at www.brew.sh. Alternatively open your terminal and type in:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Open your terminal and enter:
brew tap paritytech/paritytech
If you wish to download and install the latest stable version of Parity, open your terminal and enter:
brew install parity --stable
If you would prefer to use the latest beta release, open your terminal and enter:
brew install parity
If you would prefer to use the latest develop release, open your terminal and enter:
brew install parity --master
In order to update Parity to the latest version use:
brew update && brew upgrade parity
and
brew reinstall parity