module installcustom.install_custom_inkscape

Short summary

module pymyinstall.installcustom.install_custom_inkscape

Various functions to install InkScape.

source on GitHub

Functions

function

truncated documentation

install_inkscape

Installs InkScape (only on Windows).

Documentation

Various functions to install InkScape.

source on GitHub

pymyinstall.installcustom.install_custom_inkscape.install_inkscape(dest_folder='.', fLOG=<built-in function print>, install=True, version=None)

Installs InkScape (only on Windows).

Parameters:
  • dest_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to install (unused)

Returns:

temporary file

source on GitHub