.. _f-init: module ``__init__`` =================== Short summary +++++++++++++ module ``pymyinstall`` *pymyinstall* installs package on Windows and Linux. It automatically chooses a location for a :ref:`long list of package `. To install a list of modules for a machine learner: :: from pymyinstall import complete_installation, install_scite, install_pandoc, open_tool_on_browser for _ in complete_installation(): _.install(temp_folder="install") You can also install some useful tools: :: from pymyinstall import install_scite, install_pandoc install_scite("install") install_pandoc("install") To download a module: :: from pymyinstall import download_module download_module("module_name") To install a module: :: from pymyinstall import install_module install_module("module_name") :githublink:`%|py|37` Functions +++++++++ +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | function | truncated documentation | +===================================================================+=========================================================================================+ | :func:`_setup_hook ` | does nothing | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :func:`check ` | Checks the library is working. It raises an exception. If you want to disable the logs: | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :func:`is_travis_or_appveyor ` | tells if is a travis environment or appveyor | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall :members: :special-members: __init__ :show-inheritance: