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
@@ -148,7 +148,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
148
148
8. After that is done, type: `python -m venv your-venv-name` OUTSIDE of the code folder. You can call it whatever you want, but don't forget that it is NOT allowed to get into the EmuGUI repository under any circumstances.
149
149
9. Wait until VS Code notices your venv and select it. You might need to restart the editor for it to recognize your virtual environment after it has been created.
150
150
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.
151
-
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`
151
+
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 pywin32`
152
152
12. After this is done, run the main.py script.
153
153
13. To compile the program for users who don't have Python installed, type: `PyInstaller --icon .\EmuGUI.ico .\emugui.py`
154
154
14. After that is finished, copy the code into the dist folder PyInstaller created.
@@ -167,7 +167,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
167
167
8. After that is done, type: `python -m venv your-venv-name` OUTSIDE of the code folder. You can call it whatever you want, but don't forget that it is NOT allowed to get into the EmuGUI repository under any circumstances.
168
168
9. Wait until VS Code notices your venv and select it. You might need to restart the editor for it to recognize your virtual environment after it has been created.
169
169
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.
170
-
11. Within the terminal VS Code just opened, type: `pip install --upgrade pip cx_Freeze PyQt6 PyQt6-tools PySide6 python-magic-bin requests python-dateutil psutil`
170
+
11. Within the terminal VS Code just opened, type: `pip install --upgrade pip cx_Freeze PyQt6 PyQt6-tools PySide6 python-magic-bin requests python-dateutil psutil pywin32`
171
171
12. After this is done, run the main.py script.
172
172
13. To compile the program for users who don't have Python installed, type: `cxfreeze -c emugui.py --target-dir dist --icon EmuGUI.ico`
173
173
14. After that is finished, copy the code into the dist folder cx_Freeze created.
@@ -188,7 +188,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
188
188
10. After that is done, type: `python -m venv your-venv-name`. OUTSIDE of the code folder. You can call it whatever you want, but don't forget that it is NOT allowed to get into the EmuGUI repository under any circumstances.
189
189
11. Wait until VS Code notices your venv and select it. You might need to restart the editor for it to recognize your virtual environment after it has been created.
190
190
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.
191
-
13. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic-bin requests python-dateutil psutil`
191
+
13. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic-bin requests python-dateutil psutil pywin32`
192
192
14. After this is done, run the main.py script.
193
193
15. To compile the program for users who don't have Python installed, type: `PyInstaller --icon .\EmuGUI.ico .\emugui.py`
194
194
16. After that is finished, copy the code into the dist folder PyInstaller created.
@@ -209,7 +209,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
209
209
10. After that is done, type: `python -m venv your-venv-name`. OUTSIDE of the code folder. You can call it whatever you want, but don't forget that it is NOT allowed to get into the EmuGUI repository under any circumstances.
210
210
11. Wait until VS Code notices your venv and select it. You might need to restart the editor for it to recognize your virtual environment after it has been created.
211
211
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.
212
-
13. Within the terminal VS Code just opened, type: `pip install --upgrade pip cx_Freeze PySide6 python-magic-bin requests python-dateutil psutil`
212
+
13. Within the terminal VS Code just opened, type: `pip install --upgrade pip cx_Freeze PySide6 python-magic-bin requests python-dateutil psutil pywin32`
213
213
14. After this is done, run the main.py script.
214
214
15. To compile the program for users who don't have Python installed, type: `cxfreeze -c emugui.py --target-dir dist --icon EmuGUI.ico`
215
215
16. After that is finished, copy the code into the dist folder cx_Freeze created.
@@ -227,7 +227,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
227
227
7. Open Visual Studio Code in that folder.
228
228
8. Open Anaconda Navigator and create a new virtual environment.
229
229
9. Open the venv in VS Code and try to run a Python script with it.
230
-
10. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic-bin PyQt6 requests python-dateutil psutil`
230
+
10. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic-bin PyQt6 requests python-dateutil psutil pywin32`
231
231
11. After this is done, run the main.py script.
232
232
12. To compile the program for users who don't have Python installed, type: `& PyInstaller --icon .\EmuGUI.ico .\emugui.py`
233
233
13. After that is finished, copy the code into the dist folder PyInstaller created.
@@ -245,7 +245,7 @@ These requirements will be valid starting 11th November, 2025. If you are better
245
245
7. Open Visual Studio Code in that folder.
246
246
8. Open Anaconda Navigator and create a new virtual environment.
247
247
9. Open the venv in VS Code and try to run a Python script with it.
248
-
10. Within the VS Code terminal, type: `& pip install --upgrade pip cx_Freeze PySide6 python-magic-bin PyQt6 requests python-dateutil psutil`
248
+
10. Within the VS Code terminal, type: `& pip install --upgrade pip cx_Freeze PySide6 python-magic-bin PyQt6 requests python-dateutil psutil pywin32`
249
249
11. After this is done, run the main.py script.
250
250
12. To compile the program for users who don't have Python installed, type: `& cxfreeze -c emugui.py --target-dir dist --icon EmuGUI.ico`
251
251
13. After that is finished, copy the code into the dist folder cx_Freeze created.
0 commit comments