module win_installer.tutorial

Short summary

module pymyinstall.win_installer.tutorial

Shortcuts to tutorial

source on GitHub

Functions

function

truncated documentation

copy_tutorial

copy files and scripts for a specific tutorial

Documentation

Shortcuts to tutorial

source on GitHub

pymyinstall.win_installer.tutorial.copy_tutorial(name, destination)

copy files and scripts for a specific tutorial

Parameters:
  • name – tutorial name or folder

  • destination – destination

Returns:

list of operations done by the function list of 3-uple: action, source_file, dest_file

The function will create a sub folder in destination using name or the last folder name in name.

This function requires modules pyquickhelper.

source on GitHub