script: add requirements.txt and usage to capture in README

This commit is contained in:
TT 2019-08-24 10:53:08 +09:00
parent 973de1d7c0
commit 69a55c8b7e
2 changed files with 9 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
matplotlib
scipy
scikit-rf
pillow