pull/108/head
Rune B. Broberg 2019-11-24 14:35:04 +01:00
rodzic 43f412f7f2
commit dedceedd87
3 zmienionych plików z 5 dodań i 6 usunięć

Wyświetl plik

@ -14,5 +14,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
version = '0.2.1alpha'
version = '0.2.1alpha1'
debug = False

Wyświetl plik

@ -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.

Wyświetl plik

@ -50,7 +50,7 @@ setup(
},
install_requires=[
'pyserial',
'PyQt5>=5.11.2',
'PyQt5',
'numpy',
'scipy'
],