Merge pull request #393 from erikackermann/patch-1

Fixed OS X steps to use Homebrew commands (was using MacPorts commands)
This commit is contained in:
Jonathan Warren 2013-08-25 16:04:19 -07:00
commit eeddd7f2b5
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 python pyqt
brew install git
```
Download and run PyBitmessage: