kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
0.2.1 alpha 1
rodzic
43f412f7f2
commit
dedceedd87
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
'pyserial',
|
||||
'PyQt5>=5.11.2',
|
||||
'PyQt5',
|
||||
'numpy',
|
||||
'scipy'
|
||||
],
|
||||
|
|
Ładowanie…
Reference in New Issue