module __init__

Short summary

module pymyinstall

Documentation for this file.

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")
install_scite("install")
install_pandoc("install")
open_tool_on_browser()

Functions

function truncated documentation
_setup_hook does nothing
check Checks the library is working. It raises an exception. If you want to disable the logs:

Documentation

Documentation for this file.

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")
install_scite("install")
install_pandoc("install")
open_tool_on_browser()
pymyinstall.check(log=False)[source]

Checks the library is working. It raises an exception. If you want to disable the logs:

Parameters:log – if True, display information, otherwise
Returns:0 or exception