Fixed OS X steps to use Homebrew commands (was using MacPorts commands)

This commit is contained in:
Erik Ackermann 2013-08-10 13:36:02 -04:00
parent ac4146904b
commit a32f51f583
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Now, install the required dependencies
```
sudo port install python27 py27-pyqt4 openssl
sudo port install git-core +svn +doc +bash_completion +gitweb
brew install python27 py27-pyqt4 openssl
brew install git-core +svn +doc +bash_completion +gitweb
```
Download and run PyBitmessage: