Skip to content

Commit f54cd6b

Browse files
committed
PySide install update message
1 parent b4c1b92 commit f54cd6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activity_browser/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def check_pyside_version():
202202
import PySide6
203203
except ImportError:
204204
input("\033[1;31mPySide6 is not installed but highly recommended.\n\n"
205-
"Please install it using 'pip install PySide6'.\n\n"
205+
"Please install it using 'pip install PySide6==6.9.3'.\n\n"
206206
"Press any key to continue...\033[0m")
207207

208208

0 commit comments

Comments
 (0)