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: -----