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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ For the update checker, a version code is being used instead of the number. Here
134
134
10. 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.
135
135
11. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PyQt6 PyQt6-tools PySide6 python-magic-bin requests python-dateutil psutil`
136
136
12. After this is done, run the main.py script.
137
-
13. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile --icon .\EmuGUI.ico .\emugui.py`
137
+
13. To compile the program for users who don't have Python installed, type: `PyInstaller --icon .\EmuGUI.ico .\emugui.py`
138
138
14. After that is finished, copy the code into the dist folder PyInstaller created.
139
139
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.
140
140
16. If it works, have fun! If not, try to start again from number 9.
@@ -174,7 +174,7 @@ For the update checker, a version code is being used instead of the number. Here
174
174
12. 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.
175
175
13. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic-bin requests python-dateutil psutil`
176
176
14. After this is done, run the main.py script.
177
-
15. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile --icon .\EmuGUI.ico .\emugui.py`
177
+
15. To compile the program for users who don't have Python installed, type: `PyInstaller --icon .\EmuGUI.ico .\emugui.py`
178
178
16. After that is finished, copy the code into the dist folder PyInstaller created.
179
179
17. 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.
180
180
18. If it works, have fun! If not, try to start again from number 9.
@@ -213,7 +213,7 @@ For the update checker, a version code is being used instead of the number. Here
213
213
9. Open the venv in VS Code and try to run a Python script with it.
214
214
10. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic-bin PyQt6 requests python-dateutil psutil`
215
215
11. After this is done, run the main.py script.
216
-
12. To compile the program for users who don't have Python installed, type: `& PyInstaller --onefile --icon .\EmuGUI.ico .\emugui.py`
216
+
12. To compile the program for users who don't have Python installed, type: `& PyInstaller --icon .\EmuGUI.ico .\emugui.py`
217
217
13. After that is finished, copy the code into the dist folder PyInstaller created.
218
218
14. 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.
219
219
15. If it works, have fun! If not, try to start again from number 9.
@@ -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 --onefile emugui.py` (for those who can get a VENV to work) or `python3 -m PyInstaller --onefile emugui.py`
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`
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 --onefile .\emugui.py`
290
+
16. To compile the program for users who don't have Python installed, type: `PyInstaller .\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 --onefile .\emugui.py`
316
+
13. To compile the program for users who don't have Python installed, type: `& PyInstaller .\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