Skip to content

Commit 39a09ae

Browse files
dependencies
1 parent 8e1ddaa commit 39a09ae

6 files changed

Lines changed: 32129 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ 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.2`
22+
* Open a terminal and run
23+
- Linux: `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.2`
24+
- Windows: `python -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.2`
2325
* 4.2- To execute Kratos using your compiled binaries:
2426
* Navigate to kratos.gid/exec/
2527
* Create there a symbolic link to the kratos installation folder (where runkratos is located)

0 commit comments

Comments
 (0)