fix messed up markdown with last commit
This commit is contained in:
parent
2582929922
commit
689eb45e02
14
README.md
14
README.md
@ -18,29 +18,33 @@ bacause ``rtl_power`` in original rtl-sdr (from osmocom.org) is broken
|
|||||||
(especially when used with cropping).
|
(especially when used with cropping).
|
||||||
|
|
||||||
## Install for Ubuntu
|
## Install for Ubuntu
|
||||||
|
|
||||||
Misc
|
Misc
|
||||||
|
|
||||||
sudo apt-get install python3-setuptools
|
sudo apt-get install python3-setuptools
|
||||||
|
|
||||||
PyQt
|
PyQt
|
||||||
|
|
||||||
sudo apt-get install pyqt4-dev-tools python3-pyqt4
|
sudo apt-get install pyqt4-dev-tools python3-pyqt4
|
||||||
|
|
||||||
Numpy
|
Numpy
|
||||||
|
|
||||||
sudo apt-get install python3-numpy
|
sudo apt-get install python3-numpy
|
||||||
|
|
||||||
PyQtGraph
|
PyQtGraph
|
||||||
|
|
||||||
git clone https://github.com/pyqtgraph/pyqtgraph.git
|
git clone https://github.com/pyqtgraph/pyqtgraph.git
|
||||||
cd pyqtgraph
|
cd pyqtgraph
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
QSpectrumAnalyzer [this program]
|
## Usage
|
||||||
|
|
||||||
git clone https://github.com/xmikos/qspectrumanalyzer.git
|
git clone https://github.com/xmikos/qspectrumanalyzer.git
|
||||||
cd qspectrumanalyzer
|
cd qspectrumanalyzer
|
||||||
python3 setup-qt.py
|
python3 setup-qt.py
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
## Usage
|
After that start QSpectrumAnalyzer by just running ``qspectrumanalyzer``.
|
||||||
|
|
||||||
Start QSpectrumAnalyzer by just running ``qspectrumanalyzer``.
|
|
||||||
|
|
||||||
If you don't have ``rtl_power`` executable in system path, you can specify
|
If you don't have ``rtl_power`` executable in system path, you can specify
|
||||||
location of it manually in *File* -> *Settings*. You can also specify waterfall
|
location of it manually in *File* -> *Settings*. You can also specify waterfall
|
||||||
|
Loading…
Reference in New Issue
Block a user