From 839048875f6a7cbd616e88eb7eba5e753ab50801 Mon Sep 17 00:00:00 2001 From: roigcarlo Date: Fri, 8 Nov 2024 08:51:59 +0100 Subject: [PATCH 1/3] Fix colab link --- docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md index 68dad0a429d9..040c7968b4ea 100644 --- a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md +++ b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md @@ -24,7 +24,7 @@ This means that you cannot double-click Kratos and start, but rather use its com So the first part of this course will cover where to find these software, how to install it, and how to prepare it to run Kratos. -⚠️ If you are using MacOS, you are unable to install software in your computer, or you have any other problem, you can follow this course in a GoogleColab Notebook that you can copy from [here](). +⚠️ If you are using MacOS, you are unable to install software in your computer, or you have any other problem, you can follow this course in a GoogleColab Notebook that you can copy from [here](https://colab.research.google.com/drive/1wG4qkGHmmlAEzW-izg5KWnxQYpbT4fZv). ## 2. Install Python From 46a09dd253a561d540368575349a7ddf7ba2c515 Mon Sep 17 00:00:00 2001 From: roigcarlo Date: Fri, 8 Nov 2024 08:54:57 +0100 Subject: [PATCH 2/3] Fix colab link --- docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md index 68dad0a429d9..040c7968b4ea 100644 --- a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md +++ b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md @@ -24,7 +24,7 @@ This means that you cannot double-click Kratos and start, but rather use its com So the first part of this course will cover where to find these software, how to install it, and how to prepare it to run Kratos. -⚠️ If you are using MacOS, you are unable to install software in your computer, or you have any other problem, you can follow this course in a GoogleColab Notebook that you can copy from [here](). +⚠️ If you are using MacOS, you are unable to install software in your computer, or you have any other problem, you can follow this course in a GoogleColab Notebook that you can copy from [here](https://colab.research.google.com/drive/1wG4qkGHmmlAEzW-izg5KWnxQYpbT4fZv). ## 2. Install Python From b9f44a498fd8f51311e8955ad13d8aa6a7be4e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Zorrilla?= Date: Fri, 8 Nov 2024 09:47:44 +0100 Subject: [PATCH 3/3] Update 1_Obtain_Kratos.md --- docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md index 040c7968b4ea..1f24944f6b0f 100644 --- a/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md +++ b/docs/pages/Kratos/For_Users/Crash_Course/1_Obtain_Kratos.md @@ -30,7 +30,7 @@ So the first part of this course will cover where to find these software, how to If Python is not installed on your system, you can download it from the official [Python Website](https://www.python.org/) website. -Kratos is availiable for **Windows** and **Linux** from versions **3.8** to **3.12** so please select one of those. +⚠️ Kratos is availiable for **Windows** and **Linux** from versions **3.8** to **3.12** so please select one of those. ## 2.1 Create a python virtual environment: @@ -107,4 +107,4 @@ We recommend you to install [VSCode](https://code.visualstudio.com/) as is one o To fully utilize KratosMultiphysics, it is highly recommended that you install pre- and post-processing tools. These tools are essential for setting up simulation models, visualizing results, and performing detailed analysis. Kratos is compatible with several popular pre- and post-processors, each designed to address different needs and user segments like GiD, Salome and Paraview. -Since all the geometries for this course are already done, we recommend you to just install [Paraview](https://www.paraview.org/) for visualization. \ No newline at end of file +Since all the geometries for this course are already done, we recommend you to just install [Paraview](https://www.paraview.org/) for visualization.