.. _l-modules: Modules ======= .. contents:: :local: :depth: 1 Summary +++++++ +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | module | truncated documentation | +=====================================================================+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+ | :ref:`__init__ ` | 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` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.fix`` Shortcuts to fix. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.installcustom`` Shortuts :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.installhelper`` Shortuts :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.packaged`` Shortcuts to packaged :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.setuphelper`` Shortcut for ``setuphelper`` :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.startup`` shortcuts to startup :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.win_installer`` @breif shortcuts to win_installer :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``pymyinstall.win_installer.tutorial`` Shortcuts to tutorial :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__main__ ` | module ``pymyinstall.__main__`` Implements command line ``python -m pymyinstall ``. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`automate_install ` | module ``pymyinstall.packaged.automate_install`` Install or update all packages. .. faqref:: :title: Skipped modules Some modules are still marked as a dependency by others even if they are not needed or cannot be installed. * `enum-compat `_: not needed after Python 3.5 * `prettytable `_: should be repladed by `PTable `_. :githublink:`%|py|16` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`config_helper ` | module ``pymyinstall.packaged.config_helper`` Helpers about configurations :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`get_pip ` | | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_cmd_helper ` | module ``pymyinstall.installhelper.install_cmd_helper`` Various function to install various python module from various location. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_cmd_regex ` | module ``pymyinstall.installhelper.install_cmd_regex`` Regular expressions to extract version numbers :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom ` | module ``pymyinstall.installcustom.install_custom`` Various functions to install some application such as `pandoc `_. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_7z ` | module ``pymyinstall.installcustom.install_custom_7z`` Various functions to install some applications such as `7z `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_R ` | module ``pymyinstall.installcustom.install_custom_R`` Various functions to install `R `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_chromedriver ` | module ``pymyinstall.installcustom.install_custom_chromedriver`` Various functions to install `MinGW `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_exceptions ` | module ``pymyinstall.installcustom.install_custom_exceptions`` Exceptions :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_git ` | module ``pymyinstall.installcustom.install_custom_git`` Various functions to install some applications such as `Git `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_graphviz ` | module ``pymyinstall.installcustom.install_custom_graphviz`` Various functions to install some applications such as `7z `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_inkscape ` | module ``pymyinstall.installcustom.install_custom_inkscape`` Various functions to install `InkScape `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_javajdk ` | module ``pymyinstall.installcustom.install_custom_javajdk`` Various functions to install `Java JDK `_ :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_jenkins ` | module ``pymyinstall.installcustom.install_custom_jenkins`` Various functions to install `Jenkins `_. .. versionadded:: 1.1 :githublink:`%|py|7` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_julia ` | module ``pymyinstall.installcustom.install_custom_julia`` Various functions to install `Julia `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_miktex ` | module ``pymyinstall.installcustom.install_custom_miktex`` Various functions to install `Miktex `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_mingw ` | module ``pymyinstall.installcustom.install_custom_mingw`` Various functions to install `MinGW `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_operadriver ` | module ``pymyinstall.installcustom.install_custom_operadriver`` Various functions to install `MinGW `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_pandoc ` | module ``pymyinstall.installcustom.install_custom_pandoc`` Various functions to install some application such as `pandoc `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_putty ` | module ``pymyinstall.installcustom.install_custom_putty`` Various functions to install `Putty `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_python ` | module ``pymyinstall.installcustom.install_custom_python`` Various functions to install `python `_. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_revealjs ` | module ``pymyinstall.installcustom.install_custom_revealjs`` Various functions to install `reveal.js `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_sbt ` | module ``pymyinstall.installcustom.install_custom_sbt`` Various functions to install some application such as `scala-sbt `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_scite ` | module ``pymyinstall.installcustom.install_custom_scite`` Various functions to install `SciTE `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_sqlitespy ` | module ``pymyinstall.installcustom.install_custom_sqlitespy`` Various functions to install `SQLiteSpy `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_tdm_gcc ` | module ``pymyinstall.installcustom.install_custom_tdm_gcc`` Various functions to install `TDM-GCC `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_custom_vs ` | module ``pymyinstall.installcustom.install_custom_vs`` Various functions to install `MinGW `_. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_manual ` | module ``pymyinstall.installhelper.install_manual`` Contains a list of web site with some useful tools. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_memoize ` | module ``pymyinstall.installhelper.install_memoize`` Caching functions :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`install_venv_helper ` | module ``pymyinstall.installhelper.install_venv_helper`` Helpers for virtualenv :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`internet_settings ` | module ``pymyinstall.installhelper.internet_settings`` Constants used in many places :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`ipython_helper ` | module ``pymyinstall.setuphelper.ipython_helper`` Change Jupyter configuration :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`link_shortcuts ` | module ``pymyinstall.installhelper.link_shortcuts`` Various helper about shortcuts and links :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`missing_license ` | module ``pymyinstall.installhelper.missing_license`` Missing information about licenses :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`module_dependencies ` | module ``pymyinstall.installhelper.module_dependencies`` Guess missing dependencies :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`module_install ` | module ``pymyinstall.installhelper.module_install`` Various function to install various python module from various location. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`module_install_exceptions ` | module ``pymyinstall.installhelper.module_install_exceptions`` Exceptions raised during the installation of a module :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`module_install_page_wheel ` | module ``pymyinstall.installhelper.module_install_page_wheel`` Functions get_page_wheel :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`module_install_version ` | module ``pymyinstall.installhelper.module_install_version`` Functions to get module version, license, dependencies :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config ` | module ``pymyinstall.packaged.packaged_config`` Defines different set of modules to install. :githublink:`%|py|8` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_0_minimal ` | module ``pymyinstall.packaged.packaged_config_0_minimal`` Defines a very small set of modules. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_1_small ` | module ``pymyinstall.packaged.packaged_config_1_small`` Defines different a set of usual modules for Python. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_2_cloud ` | module ``pymyinstall.packaged.packaged_config_2_cloud`` Defines a set of modules for more machine learning or student projects. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_2_sphinx ` | module ``pymyinstall.packaged.packaged_config_2_sphinx`` Defines different a set of sphinx themes. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_3_extended ` | module ``pymyinstall.packaged.packaged_config_3_extended`` Defines a set of modules for more machine learning, tools, networks, visualization. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_4_ml ` | module ``pymyinstall.packaged.packaged_config_4_ml`` Defines a set of modules for more machine learning or student projects. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_A_orange ` | module ``pymyinstall.packaged.packaged_config_A_orange`` Modules for Orange :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_A_teachings ` | module ``pymyinstall.packaged.packaged_config_A_teachings`` Defines a set of module for teaching purpose. :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_B_iot ` | module ``pymyinstall.packaged.packaged_config_B_iot`` Defines different a set of IoT related modules (Internet of Things) :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_config_C_webscraping ` | module ``pymyinstall.packaged.packaged_config_C_webscraping`` Defines a set of modules to try :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`packaged_exception ` | module ``pymyinstall.packaged.packaged_exception`` Available exception for this subfolders :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pip_helper ` | module ``pymyinstall.installhelper.pip_helper`` Helpers for pip. .. versionadded:: 1.5 :githublink:`%|py|7` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pymy_deps ` | module ``pymyinstall.cli.pymy_deps`` script which looks into the dependencies for a module .. todoext:: :title: add a script to look into dependencies :tag: done :cost: 0.5 :date: 2016-09-18 :hidden: :release: 1.1 Add a script to check the missing dependencies. .. versionadded:: 1.1 :githublink:`%|py|17` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pymy_install ` | 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` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pymy_status ` | module ``pymyinstall.cli.pymy_status`` script which goes through all installed modules :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pymy_update ` | module ``pymyinstall.cli.pymy_update`` script which updates all modules, works on Linux and Windows if the module is included the list of modules handled by this module :githublink:`%|py|7` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`pywin32_helper ` | module ``pymyinstall.win_installer.pywin32_helper`` @grief Functions to help using pywin32. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`releases ` | module ``pymyinstall.fix.releases`` Some fixes for deprecated functions and not updated packages. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`requirements ` | module ``pymyinstall.installhelper.requirements`` helpers around requirements :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`run_cmd ` | module ``pymyinstall.installhelper.run_cmd`` Implements function :func:`run_cmd`. .. versionadded:: 1.1 :githublink:`%|py|8` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`setup_creation ` | module ``pymyinstall.setuphelper.setup_creation`` Functions to help creating a setup .. versionadded:: 1.1 :githublink:`%|py|8` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`status_helper ` | module ``pymyinstall.installhelper.status_helper`` Functions to get a status on the distribution .. versionadded:: 1.1 :githublink:`%|py|7` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`transposee ` | | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win32py37 ` | module ``pymyinstall.fix.win32py37`` Some fixes for deprecated functions and not updated packages. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_batch ` | module ``pymyinstall.win_installer.win_batch`` Creates batch file to set up the environment :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_exception ` | module ``pymyinstall.win_installer.win_exception`` Helpers, inspired from `utils.py `_ :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_extract ` | module ``pymyinstall.win_installer.win_extract`` Helpers, inspired from `utils.py `_ :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_fix_compiler_c ` | module ``pymyinstall.win_installer.win_fix_compiler_c`` Various to set up a C++ compiler :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_helper ` | module ``pymyinstall.win_installer.win_helper`` Helpers, inspired from `utils.py `_ :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_innosetup_helper ` | module ``pymyinstall.win_installer.win_innosetup_helper`` Functions to prepare a setup on Windows, use InnoSetup :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_ipy_kernels ` | module ``pymyinstall.win_installer.win_ipy_kernels`` Functions to prepare a setup on Windows, R functions :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_ipython_helper ` | module ``pymyinstall.win_installer.win_ipython_helper`` Functions to prepare a setup on Windows .. todoext:: :title: enables js extension on jupyter :tag: enhancement Run something like:: jupyter nbextension enable --py --sys-prefix widgetsnbextension :githublink:`%|py|14` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_packages ` | module ``pymyinstall.win_installer.win_packages`` To install packages for a specific distribution. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_patch ` | module ``pymyinstall.win_installer.win_patch`` Patch the distribution to make it portable :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_julia ` | module ``pymyinstall.win_installer.win_setup_julia`` Functions to prepare a setup on Windows, R functions :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_main ` | module ``pymyinstall.win_installer.win_setup_main`` Functions to prepare a setup on Windows :githublink:`%|py|6` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_main_checkings ` | module ``pymyinstall.win_installer.win_setup_main_checkings`` Run some checkings about the distribution .. versionadded:: 1.1 :githublink:`%|py|8` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_main_helper ` | module ``pymyinstall.win_installer.win_setup_main_helper`` Helpers for function :func:`win_python_setup` :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_mark_step ` | module ``pymyinstall.win_installer.win_setup_mark_step`` Functions to remember a step was done, uses files. :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`win_setup_r ` | module ``pymyinstall.win_installer.win_setup_r`` Functions to prepare a setup on Windows, R functions :githublink:`%|py|5` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`windows ` | module ``pymyinstall.startup.windows`` Function to start on Windows from scratch .. versionadded:: 1.1 :githublink:`%|py|7` | +---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 pymyinstall/__init__ pymyinstall/__main__ pymyinstall/cli/pymy_deps pymyinstall/cli/pymy_install pymyinstall/cli/pymy_status pymyinstall/cli/pymy_update pymyinstall/fix/__init__ pymyinstall/fix/releases pymyinstall/fix/win32py37 pymyinstall/installcustom/__init__ pymyinstall/installcustom/install_custom pymyinstall/installcustom/install_custom_7z pymyinstall/installcustom/install_custom_R pymyinstall/installcustom/install_custom_chromedriver pymyinstall/installcustom/install_custom_exceptions pymyinstall/installcustom/install_custom_git pymyinstall/installcustom/install_custom_graphviz pymyinstall/installcustom/install_custom_inkscape pymyinstall/installcustom/install_custom_javajdk pymyinstall/installcustom/install_custom_jenkins pymyinstall/installcustom/install_custom_julia pymyinstall/installcustom/install_custom_miktex pymyinstall/installcustom/install_custom_mingw pymyinstall/installcustom/install_custom_operadriver pymyinstall/installcustom/install_custom_pandoc pymyinstall/installcustom/install_custom_putty pymyinstall/installcustom/install_custom_python pymyinstall/installcustom/install_custom_revealjs pymyinstall/installcustom/install_custom_sbt pymyinstall/installcustom/install_custom_scite pymyinstall/installcustom/install_custom_sqlitespy pymyinstall/installcustom/install_custom_tdm_gcc pymyinstall/installcustom/install_custom_vs pymyinstall/installhelper/__init__ pymyinstall/installhelper/get_pip pymyinstall/installhelper/install_cmd_helper pymyinstall/installhelper/install_cmd_regex pymyinstall/installhelper/install_manual pymyinstall/installhelper/install_memoize pymyinstall/installhelper/install_venv_helper pymyinstall/installhelper/internet_settings pymyinstall/installhelper/link_shortcuts pymyinstall/installhelper/missing_license pymyinstall/installhelper/module_dependencies pymyinstall/installhelper/module_install pymyinstall/installhelper/module_install_exceptions pymyinstall/installhelper/module_install_page_wheel pymyinstall/installhelper/module_install_version pymyinstall/installhelper/pip_helper pymyinstall/installhelper/requirements pymyinstall/installhelper/run_cmd pymyinstall/installhelper/status_helper pymyinstall/packaged/__init__ pymyinstall/packaged/automate_install pymyinstall/packaged/config_helper pymyinstall/packaged/packaged_config pymyinstall/packaged/packaged_config_0_minimal pymyinstall/packaged/packaged_config_1_small pymyinstall/packaged/packaged_config_2_cloud pymyinstall/packaged/packaged_config_2_sphinx pymyinstall/packaged/packaged_config_3_extended pymyinstall/packaged/packaged_config_4_ml pymyinstall/packaged/packaged_config_A_orange pymyinstall/packaged/packaged_config_A_teachings pymyinstall/packaged/packaged_config_B_iot pymyinstall/packaged/packaged_config_C_webscraping pymyinstall/packaged/packaged_exception pymyinstall/setuphelper/__init__ pymyinstall/setuphelper/ipython_helper pymyinstall/setuphelper/setup_creation pymyinstall/startup/__init__ pymyinstall/startup/windows pymyinstall/win_installer/__init__ pymyinstall/win_installer/pywin32_helper pymyinstall/win_installer/tutorial/__init__ pymyinstall/win_installer/tutorial/french/transposee pymyinstall/win_installer/win_batch pymyinstall/win_installer/win_exception pymyinstall/win_installer/win_extract pymyinstall/win_installer/win_fix_compiler_c pymyinstall/win_installer/win_helper pymyinstall/win_installer/win_innosetup_helper pymyinstall/win_installer/win_ipy_kernels pymyinstall/win_installer/win_ipython_helper pymyinstall/win_installer/win_packages pymyinstall/win_installer/win_patch pymyinstall/win_installer/win_setup_julia pymyinstall/win_installer/win_setup_main pymyinstall/win_installer/win_setup_main_checkings pymyinstall/win_installer/win_setup_main_helper pymyinstall/win_installer/win_setup_mark_step pymyinstall/win_installer/win_setup_r