Merge pull request #720 from nechry/main

MacOS update script
pull/724/head
Holger Müller 2024-10-27 21:49:30 +01:00 zatwierdzone przez GitHub
commit 56d6bf4bd0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 6 dodań i 2 usunięć

4
.gitignore vendored
Wyświetl plik

@ -49,8 +49,12 @@ cover/*
MANIFEST
**/_version.py
.flatpak-builder/*
macbuildenv/*
NanoVNASaver.spec
# Per-project virtualenvs
.venv*/
.conda*/
.python-version

Wyświetl plik

@ -8,9 +8,9 @@ python3 -m venv ${VENV_DIR}
. ./${VENV_DIR}/bin/activate
# install required dependencies (pyqt libs must be installed on the system)
python3 -m pip install pip==23.0.1 setuptools==67.6.0
python3 -m pip install pip==24.2 setuptools==75.2.0
pip install -r requirements.txt
pip install PyInstaller==5.9.0
pip install PyInstaller==6.11.0
python3 setup.py -V