module installcustom.install_custom_graphviz

Short summary

module pymyinstall.installcustom.install_custom_graphviz

Various functions to install some applications such as 7z.

source on GitHub

Functions

function

truncated documentation

install_graphviz

Install Graphviz. It does not do it a second time if it is already installed.

Documentation

Various functions to install some applications such as 7z.

source on GitHub

pymyinstall.installcustom.install_custom_graphviz.install_graphviz(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False, version=None, source=None)

Install Graphviz. It does not do it a second time if it is already installed.

Parameters:
  • temp_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • force_download – force the downloading of Graphviz

  • version – specify a version (unused)

  • source – change the source

Returns:

temporary file

source on GitHub