Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linkhack authored Jul 13, 2023
1 parent d0967c1 commit 8c8a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c8a6aa

Please sign in to comment.