We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c1b92 commit f54cd6bCopy full SHA for f54cd6b
1 file changed
activity_browser/__main__.py
@@ -202,7 +202,7 @@ def check_pyside_version():
202
import PySide6
203
except ImportError:
204
input("\033[1;31mPySide6 is not installed but highly recommended.\n\n"
205
- "Please install it using 'pip install PySide6'.\n\n"
+ "Please install it using 'pip install PySide6==6.9.3'.\n\n"
206
"Press any key to continue...\033[0m")
207
208
0 commit comments