From 0b8379aa0957d5df04b1b6e862128d4869239e83 Mon Sep 17 00:00:00 2001 From: Justin Ramos Date: Mon, 31 Dec 2018 22:55:11 -0800 Subject: [PATCH] updae install instructions for homebrew --- INSTALL.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c140c199..f7612a6a 100644 --- a/INSTALL.md +++ b/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: - 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: