.. _f-winsetupmainhelper: module ``win_installer.win_setup_main_helper`` ============================================== Short summary +++++++++++++ module ``pymyinstall.win_installer.win_setup_main_helper`` Helpers for function :func:`win_python_setup` :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | function | truncated documentation | +=========================================================================================================+==============================================================+ | :func:`copy_icons ` | copy all files from src to dest | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`create_links_tools ` | create links for the tools | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`dtnow ` | shortcut, return ``datetime.datetime.now()`` | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`win_download ` | The function downloads everything needed to prepare a setup. | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`win_download_notebooks ` | download notebooks and store them as documentation | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`win_install ` | Install setups | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`win_install_julia_step ` | does necessary steps to setup Julia | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`win_install_r_step ` | does necessary steps to setup R | +---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.win_installer.win_setup_main_helper :members: :special-members: __init__ :show-inheritance: