updae install instructions for homebrew
This commit is contained in:
parent
2f422d46c5
commit
0b8379aa09
12
INSTALL.md
12
INSTALL.md
|
@ -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:
|
PyBitmessage can be run in either one of two ways:
|
||||||
|
|
||||||
- straight from source
|
- straight from source
|
||||||
|
|
||||||
or
|
or
|
||||||
- from an installed
|
- from an installed
|
||||||
package.
|
package.
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@ Here's a list of dependencies needed for PyBitmessage
|
||||||
- python2.7
|
- python2.7
|
||||||
- python2-qt4 (python-qt4 on Debian/Ubuntu)
|
- python2-qt4 (python-qt4 on Debian/Ubuntu)
|
||||||
- openssl
|
- openssl
|
||||||
- (Fedora & Redhat only) openssl-compat-bitcoin-libs
|
- (Fedora & Redhat only) openssl-compat-bitcoin-libs
|
||||||
|
|
||||||
## Running PyBitmessage
|
## Running PyBitmessage
|
||||||
PyBitmessage can be run in two ways:
|
PyBitmessage can be run in two ways:
|
||||||
- straight from source
|
- straight from source
|
||||||
|
|
||||||
or
|
or
|
||||||
- via a package which is installed on your system. Since PyBitmessage is Beta, it is best to run
|
- 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.
|
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
|
Now, install the required dependencies
|
||||||
```
|
```
|
||||||
brew install git python pyqt
|
brew install git python pyqt@4 openssl
|
||||||
```
|
```
|
||||||
|
|
||||||
Download and run PyBitmessage:
|
Download and run PyBitmessage:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user