Skip to content

Commit 6891fe8

Browse files
pip install msg
1 parent 2a7df48 commit 6891fe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you need the developer version, you are on the right place.
2121
* You don't need to install python. The program will detect if you have any pending package to install.
2222
* If there's any missing package, use the GiD command line and execute:
2323

24-
`-np- W [GiD_Python_PipInstallMissingPackages [list $Kratos::pip_packages_required ] ]`
24+
`-np- W [GiD_Python_PipInstall [list $Kratos::pip_packages_required ] 1 ]`
2525
* 4.1- To execute Kratos using the standard pip packages:
2626
* Python version recommended: 3.8, 3.9, 3.10, 3.11, 3.12
2727
* Open a terminal and run

kratos.gid/scripts/Launch.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ proc Kratos::ShowErrorsAndActions {errs} {
175175
set py [Kratos::GetPythonExeName]
176176
set python_exe_path [Kratos::ManagePreferences GetValue python_path]
177177
W "Run the following command on the GiD Command line:"
178-
W "-np- W \[GiD_Python_PipInstallMissingPackages \[list $Kratos::pip_packages_required \] \]"
178+
W "-np- W \[GiD_Python_PipInstall \[list $Kratos::pip_packages_required \] 1 \]"
179179
}
180180
"DOCKER_NOT_FOUND" {
181181
W "Could not start docker. Please check if the Docker service is enabled."

0 commit comments

Comments
 (0)