Merge pull request #480 from dhalbert/patch-1

Fix command-line formatting in README.md
pull/469/head
Holger Müller 2022-03-26 20:09:39 +01:00 zatwierdzone przez GitHub
commit 23db45d6d7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@ -96,34 +96,34 @@ The downloadable executable runs directly, and requires no installation.
1. Clone repo and cd into the directory
git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver
git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver
2. Run the pip installation
pip3 install .
pip3 install .
3. Once completed run with the following command
NanoVNASaver
NanoVNASaver
#### Ubuntu 20.04
1. Install python3.8 and pip
sudo apt install python3.8 python3-pip
python3 -m venv ~/.venv_nano
. ~/.venv_nano/bin/activate
pip install -U pip
sudo apt install python3.8 python3-pip
python3 -m venv ~/.venv_nano
. ~/.venv_nano/bin/activate
pip install -U pip
2. Clone repo and cd into the directory
git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver
git clone https://github.com/NanoVNA-Saver/nanovna-saver
cd nanovna-saver
3. Update pip and run the pip installation
python3 -m pip install .
python3 -m pip install .
(You may need to install the additional packages python3-distutils,
python3-setuptools and python3-wheel for this command to work on some
@ -131,8 +131,8 @@ The downloadable executable runs directly, and requires no installation.
4. Once completed run with the following command
. ~/.venv_nano/bin/activate
python3 nanovna-saver.py
. ~/.venv_nano/bin/activate
python3 nanovna-saver.py
#### MacPorts