Fixed OS X steps to use Homebrew commands (was using MacPorts commands)
This commit is contained in:
parent
ac4146904b
commit
a32f51f583
|
@ -57,8 +57,8 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
|
||||||
|
|
||||||
Now, install the required dependencies
|
Now, install the required dependencies
|
||||||
```
|
```
|
||||||
sudo port install python27 py27-pyqt4 openssl
|
brew install python27 py27-pyqt4 openssl
|
||||||
sudo port install git-core +svn +doc +bash_completion +gitweb
|
brew install git-core +svn +doc +bash_completion +gitweb
|
||||||
```
|
```
|
||||||
|
|
||||||
Download and run PyBitmessage:
|
Download and run PyBitmessage:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user