mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
script: add requirements.txt and usage to capture in README
This commit is contained in:
parent
973de1d7c0
commit
69a55c8b7e
|
|
@ -5,8 +5,7 @@ NanoVNA is able to be controlled via USB serial interface from PC. There are sam
|
||||||
## Preparation
|
## Preparation
|
||||||
|
|
||||||
$ cd python
|
$ cd python
|
||||||
$ pip install numpy
|
$ pip3 install -r requirements.txt
|
||||||
$ pip install scikit-rf
|
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
|
|
@ -22,6 +21,10 @@ NanoVNA is able to be controlled via USB serial interface from PC. There are sam
|
||||||
|
|
||||||
$ ./nanovna.py -s
|
$ ./nanovna.py -s
|
||||||
|
|
||||||
|
### Capture display
|
||||||
|
|
||||||
|
$ ./nanovna.py -C out.png
|
||||||
|
|
||||||
### Show usage.
|
### Show usage.
|
||||||
|
|
||||||
$ ./nanovna.py -h
|
$ ./nanovna.py -h
|
||||||
|
|
|
||||||
4
python/requirements.txt
Normal file
4
python/requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
matplotlib
|
||||||
|
scipy
|
||||||
|
scikit-rf
|
||||||
|
pillow
|
||||||
Loading…
Reference in a new issue