mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 15:34:27 +00:00
script: add requirements.txt and usage to capture in README
This commit is contained in:
parent
973de1d7c0
commit
69a55c8b7e
2 changed files with 9 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ NanoVNA is able to be controlled via USB serial interface from PC. There are sam
|
|||
## Preparation
|
||||
|
||||
$ cd python
|
||||
$ pip install numpy
|
||||
$ pip install scikit-rf
|
||||
$ pip3 install -r requirements.txt
|
||||
|
||||
## Run
|
||||
|
||||
|
|
@ -22,6 +21,10 @@ NanoVNA is able to be controlled via USB serial interface from PC. There are sam
|
|||
|
||||
$ ./nanovna.py -s
|
||||
|
||||
### Capture display
|
||||
|
||||
$ ./nanovna.py -C out.png
|
||||
|
||||
### Show usage.
|
||||
|
||||
$ ./nanovna.py -h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue