Skip to content

Commit d3ec76b

Browse files
author
Roberto De Ioris
authored
Update PlottingGraphsWithMatplotlibAndUnrealEnginePython.md
1 parent 17403c9 commit d3ec76b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tutorials/PlottingGraphsWithMatplotlibAndUnrealEnginePython.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ Ensure your project/editor has been closed.
2424

2525
Download the most recent embedded binary release from here: https://github.com/20tab/UnrealEnginePython/releases
2626

27-
You can use a non-embedded version if you already have python in your system and you are confident with it. The only difference in the tutorial is in where the matplotlib will be installed. For embedded version, the installation will happen in the plugin directory itself. For non-embedded it will be in the python system path. Obviously if your system python installation already includes matplotlib, you can simply skip the related paragraph below.
27+
You can use a non-embedded version too if you already have python installed in your system and you are confident with it.
28+
29+
The only difference in the tutorial is in where the matplotlib module will be installed:
30+
31+
For embedded version, the installation will happen in the plugin directory itself. For non-embedded it will be in the python system path.
32+
33+
Obviously if your system python installation already includes matplotlib, you can simply skip the related paragraph below.
2834

2935
>Note: on Linux and Mac system, you will use the system installation (no embedded distributions are provided) or directly the source one. The rest of the tutorial will be platform independent.
3036

0 commit comments

Comments
 (0)