We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa807c commit 0406e99Copy full SHA for 0406e99
1 file changed
knowledge_base/Python/Plantuml.md
@@ -5,8 +5,10 @@ The following example uses python, but this is language agnostic
5
1. Install py2puml `pip install py2puml`
6
2. Copy [generate_uml_diagram.py](./scripts/generate_uml_diagram.py) to target codebase
7
3. [Optional] to convert puml code to png image offline
8
- 3.1 Install Java
9
- 3.2 Download [plantuml-mit-1.2025.7.jar](https://github.com/plantuml/plantuml/releases/download/v1.2025.7/plantuml-mit-1.2025.7.jar)
+
+ 3.1 Install Java
10
11
+ 3.2 Download [plantuml-mit-1.2025.7.jar](https://github.com/plantuml/plantuml/releases/download/v1.2025.7/plantuml-mit-1.2025.7.jar)
12
4. Configure module_name in `generate_uml_diagram` script and run it
13
5. The Output puml code and png diagram will be stored in the specified directory
14
0 commit comments