Main Menu

search

You are here

nanoVNA-Saver: Installation

[last updated: 2024-03-19]
nanoVNA-Saver home page
nanoVNA-Saver: unsuccessful installation attempts ...
-----

    These instructions were transcribed and edited from trial #3 of "unsuccessful ... attempts" link above.

  • $ git clone https://github.com/NanoVNA-Saver/nanovna-saver
    This created the directory: /home/jay/nanovna-saver
  • Inside this directory there is nanovna-saver.py
    which already has execution permission set.
    $ cd /home/jay/nanovna-saver
  • $ sudo apt install python3-numpy python3-scipy
  • $ sudo apt install python3-pip
    $ pip3 install pyqt6
  • change PATH ...
    format: $ export PATH="/[dir to add]:$PATH"
    $ export PATH="/home/jay/.local/bin :$PATH"
    confirm with:
    $ echo $PATH
  • $ pip3 install setuptools-scm
  • $ pip install pyserial ... successful
    $ python3 nanovna-saver.py executed and opened the nanovna-saver screen


    ... now to get the hardware connected ...
    ---------------------------------------------------------------------

.

eof