Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,20 @@ You can also install QSpectrumAnalyzer manually from `PyPI <https://pypi.python.
You should then be able to run it with ``qspectrumanalyzer`` (or ``python -m qspectrumanalyzer``
if it doesn't work for you).

OSX:
********
*Tested with MacOS High Sierra 10.13.4 (2018-05-29)*

0. Install XCode and its command line tools. Then install `Homebrew <https://brew.sh/>`_.
1. Install `SoapySDR <https://github.com/pothosware/homebrew-pothos/wiki>`_ 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:
-----

Expand Down