updae install instructions for homebrew

This commit is contained in:
Justin Ramos 2018-12-31 22:55:11 -08:00
parent 2f422d46c5
commit 0b8379aa09
No known key found for this signature in database
GPG Key ID: 4A33DDE9CB944DC3
1 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ For an up-to-date version of these instructions, please visit the
PyBitmessage can be run in either one of two ways:
- straight from source
or
or
- from an installed
package.
@ -19,13 +19,13 @@ Here's a list of dependencies needed for PyBitmessage
- python2.7
- python2-qt4 (python-qt4 on Debian/Ubuntu)
- openssl
- (Fedora & Redhat only) openssl-compat-bitcoin-libs
- (Fedora & Redhat only) openssl-compat-bitcoin-libs
## Running PyBitmessage
PyBitmessage can be run in two ways:
PyBitmessage can be run in two ways:
- straight from source
or
or
- via a package which is installed on your system. Since PyBitmessage is Beta, it is best to run
PyBitmessage from source, so that you may update as needed.
@ -65,7 +65,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
Now, install the required dependencies
```
brew install git python pyqt
brew install git python pyqt@4 openssl
```
Download and run PyBitmessage: