You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ For the update checker, a version code is being used instead of the number. Here
258
258
11. With your virtual environment selected, try to run a Python script. If it throws an error, that's okay. We just need to activate the venv anyway.
259
259
12. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic requests python-dateutil psutil pyqtdarktheme`
260
260
13. After this is done, run the main.py script.
261
-
14. To compile the program for users who don't have Python installed, type: `PyInstaller emugui.py` (for those who can get a VENV to work) or `python3 -m PyInstaller emugui.py`
261
+
14. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile emugui.py` (for those who can get a VENV to work) or `python3 -m PyInstaller --onefile emugui.py`
262
262
15. After that is finished, copy the code into the dist folder PyInstaller created.
263
263
16. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
264
264
17. If it works, have fun! If not, try to start again from number 7.
@@ -287,7 +287,7 @@ For the update checker, a version code is being used instead of the number. Here
287
287
13. With your virtual environment selected, try to run a Python script. If it throws an error, that's okay. We just need to activate the venv anyway.
288
288
14. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic requests python-dateutil psutil pyqtdarktheme`
289
289
15. After this is done, run the main.py script.
290
-
16. To compile the program for users who don't have Python installed, type: `PyInstaller .\emugui.py`
290
+
16. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile emugui.py`
291
291
17. After that is finished, copy the code into the dist folder PyInstaller created.
292
292
18. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
293
293
19. If it works, have fun! If not, try to start again from number 9.
@@ -313,7 +313,7 @@ For the update checker, a version code is being used instead of the number. Here
313
313
10. Open the venv in VS Code and try to run a Python script with it.
314
314
11. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic PyQt6 requests python-dateutil psutil pyqtdarktheme`
315
315
12. After this is done, run the main.py script.
316
-
13. To compile the program for users who don't have Python installed, type: `& PyInstaller .\emugui.py`
316
+
13. To compile the program for users who don't have Python installed, type: `& PyInstaller --onefile emugui.py`
317
317
14. After that is finished, copy the code into the dist folder PyInstaller created.
318
318
15. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
319
319
16. If it works, have fun! If not, try to start again from number 9.
0 commit comments