From 6f037f7fe7213ad4d852bfe7a727ce343336e24c Mon Sep 17 00:00:00 2001 From: sroscher <s.roscher@tu-berlin.de> Date: Thu, 6 Feb 2025 13:11:17 +0100 Subject: [PATCH] - Corrected command to run tank_design --- .../sizing/tank_design/run_your_first_tank_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/sizing/tank_design/run_your_first_tank_design.md b/docs/documentation/sizing/tank_design/run_your_first_tank_design.md index 3c19031..ee39580 100644 --- a/docs/documentation/sizing/tank_design/run_your_first_tank_design.md +++ b/docs/documentation/sizing/tank_design/run_your_first_tank_design.md @@ -11,7 +11,7 @@ The tool can be executed from the console directly if all paths are set. The fol Some of the above mentioned steps did not work? Check out the [troubleshooting](#troubleshooting) section for advices. Also, if you need some additional information on the underlying methodology, check out the page on the [tank design method](tank_design_method.md). -So, feel free to open the terminal and run `tank_design.exe` to see what happens... +So, feel free to open the terminal and run `python.exe tank_design.py` to see what happens... ### Console output {#console-output} Firstly, you see output in the console window. Let's go through it step by step... -- GitLab