From dedceedd870fdd5b55113b7759f6a209a0986c60 Mon Sep 17 00:00:00 2001 From: "Rune B. Broberg" Date: Sun, 24 Nov 2019 14:35:04 +0100 Subject: [PATCH] 0.2.1 alpha 1 --- NanoVNASaver/about.py | 2 +- README.md | 7 +++---- setup.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NanoVNASaver/about.py b/NanoVNASaver/about.py index 69245aa..92217c1 100644 --- a/NanoVNASaver/about.py +++ b/NanoVNASaver/about.py @@ -14,5 +14,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -version = '0.2.1alpha' +version = '0.2.1alpha1' debug = False diff --git a/README.md b/README.md index 660d747..b0bf7a3 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,7 @@ For most users, this is already installed. git clone https://github.com/mihtjel/nanovna-saver cd nanovna-saver -4. Change PyQt restriction in setup.py - `PyQt5==5.11.2` to `PyQt5` - -5. Install local pip packages +4. Install local pip packages python3 -m pip install . NanoVNASaver @@ -172,6 +169,8 @@ changes back to the community. ## Credits Original application by Rune B. Broberg (5Q5R) +Contributions and changes by Holger Müller, David Hunt and others. + TDR inspiration shamelessly stolen from the work of Salil (VU2CWA) at https://nuclearrambo.com/wordpress/accurately-measuring-cable-length-with-nanovna/ TDR cable types by Larry Goga. diff --git a/setup.py b/setup.py index 595cd08..eb9200a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( }, install_requires=[ 'pyserial', - 'PyQt5>=5.11.2', + 'PyQt5', 'numpy', 'scipy' ],