Skip to content

Commit 9d2af06

Browse files
Version of pips
1 parent 80a4cb5 commit 9d2af06

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
@@ -19,7 +19,7 @@ If you need the developer version, you are on the right place.
1919
* 4- Choose your execution mode:
2020
* 4.1- To execute Kratos using the standard pip packages:
2121
* Python version recommended: 3.9
22-
* Open a terminal and run `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.1.3`
22+
* Open a terminal and run `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.2`
2323
* 4.2- To execute Kratos using your compiled binaries:
2424
* Navigate to kratos.gid/exec/
2525
* Create there a symbolic link to the kratos installation folder (where runkratos is located)

kratos.gid/exec/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Launch via pip",
55
"script": "pip",
6-
"pip_packages": "KratosMultiphysics-all==9.1.3",
6+
"pip_packages": "KratosMultiphysics-all==9.2",
77
"dependency_check": "Kratos::CheckDependenciesPipMode"
88
},
99
{

0 commit comments

Comments
 (0)