edgegraph.output.plantuml.is_plantuml_installed#
- edgegraph.output.plantuml.is_plantuml_installed(plantuml='plantuml')#
Check if PlantUML is installed and usable on this system.
This function checks if the PlantUML program is available for use on the current system. If so, it returns
True. If not,False.See also
It may be useful to check this function before trying to use
render_to_image(). If this function returnsTrue, that one should be safe to use!