Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with OSX installation instructions #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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