From 8c8a6aaab423f91d6adf9a9742a81fb7672423a9 Mon Sep 17 00:00:00 2001 From: linkhack <34417724+linkhack@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:05:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8e263..1d4af5d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Tested with Python 3.10 and PySide6.4.3. ```sudo ./venv/bin/python3.10 gui.py``` ## Creating an exe distribution -To create a distribution folder wich includes all necessery .dll and an executable one can use PyInstaller([https://nuitka.net/](https://pyinstaller.org)). +To create a distribution folder wich includes all necessery .dll and an executable one can use PyInstaller([https://pyinstaller.org](https://pyinstaller.org)). Instructions: 1. Follow the installation instructions 2. Activate virtual environment `venv/Scripts/activate` on windows and `source venv/bin/activate` on linux