.. _f-pymyinstall: module ``cli.pymy_install`` =========================== Short summary +++++++++++++ module ``pymyinstall.cli.pymy_install`` script which installs all modules, works on Linux and Windows if the module is included the list of modules handled by this module :githublink:`%|py|7` Functions +++++++++ +--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================+=============================================================================================================+ | :func:`do_main ` | calls function :func:`install_all` but is meant to be added to scripts folder | +--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | :func:`get_parser ` | defines the way to parse the script ``pymy_install`` | +--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | :func:`main ` | calls function :func:`install_all` but is meant to be added to scripts folder, parse command line arguments | +--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.cli.pymy_install :members: :special-members: __init__ :show-inheritance: