We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cb018 commit ba2a115Copy full SHA for ba2a115
1 file changed
kratos.gid/scripts/Launch.tcl
@@ -101,7 +101,7 @@ proc Kratos::CheckDependencies { } {
101
}
102
set pip_version [Kratos::pipVersion]
103
if {$pip_version <= 0} {
104
- WarnWin "pip is not installed on your system. Please install it in your system."
+ WarnWin "pip is not installed on your system. Please install it."
105
} else {
106
set missing_packages [Kratos::GetMissingPipPackages]
107
if {[llength $missing_packages] > 0} {
0 commit comments