From 31bbe7cfe29ba81e8255279fe4981563ebb7355c Mon Sep 17 00:00:00 2001 From: Mikael Andersson Date: Wed, 30 May 2018 10:00:44 +0200 Subject: [PATCH] Update README with OSX installation instructions --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index d870b20..2906c28 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,20 @@ You can also install QSpectrumAnalyzer manually from `PyPI `_. +1. Install `SoapySDR `_ by following the steps for Homebrew. +2. Python 3.6 and pip3 will be installed as a dependency from the installation above, now run:: + + pip3 install PyQt5 + pip3 install QSpectrumAnalyzer + +You should then be able to run it with ``qspectrumanalyzer`` (or ``python3 -m qspectrumanalyzer`` if it doesn't work for you). + + Todo: -----