Skip to content

Commit 87f2df6

Browse files
authored
Update Execution.md
1 parent 90d7b75 commit 87f2df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs_v7/Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Note that, depending on your flavor of MPI, you may need to use a different laun
3939

4040
## Python Scripts
4141

42-
The distribution of SU2 includes several Python scripts that coordinate the use of the C++ modules to perform more advanced analyses and simulations. A working installation of Python is highly recommended, as a number of tasks can be easily automated using provided scripts (e.g., computing a drag polar). These Python scripts can be found in the $SU2_HOME/SU2_PY.
42+
The distribution of SU2 includes several Python scripts that coordinate the use of the C++ modules to perform more advanced analyses and simulations. A working installation of Python is highly recommended, as a number of tasks can be easily automated using provided scripts (e.g., computing a drag polar). These Python scripts can be found in the `$SU2_HOME/SU2_PY`.
4343

4444
All of the scripts can be executed by calling python and passing the appropriate SU2 python script and options at runtime. The syntax is as follows:
4545
```

0 commit comments

Comments
 (0)