From 5494b633b8516d4a94bb6931b0169b5d3b1baee2 Mon Sep 17 00:00:00 2001 From: Neil Katin Date: Fri, 30 Aug 2019 12:24:08 -0700 Subject: [PATCH] Added #! to nanovna-saver, updated README There was a question on the nanovna list showing confusion about which file was indended to be the executable. This commit makes three small changes to ease that issue. * it updates the README with a run instruction * it grants nanovna-saver.py executable permission * it adds '#! /bin/env python' to the start of nanovna-saver.py so it is directly executable. --- README.md | 6 ++++++ nanovna-saver.py | 2 ++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index d47e7ce..2b9c840 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ In order to run this app in Linux environment, you'll need the following package * `python3-serial` * `python3-pyqt5` +### To Run + +```sh +python3 nanovna-saver.py +``` + ### License This software is licensed under version 3 of the GNU General Public License. It comes with NO WARRANTY. diff --git a/nanovna-saver.py b/nanovna-saver.py index 87740fe..a6504d7 100644 --- a/nanovna-saver.py +++ b/nanovna-saver.py @@ -1,3 +1,5 @@ +#! /bin/env python + # NanoVNASaver - a python program to view and export Touchstone data from a NanoVNA # Copyright (C) 2019. Rune B. Broberg #