qcodespp.scripts.windows_setup_helper ===================================== .. py:module:: qcodespp.scripts.windows_setup_helper .. autoapi-nested-parse:: QCodes++ Windows Installation and Setup Helper This script helps Windows users set up QCodes++ with desktop integration. Functions --------- .. autosummary:: qcodespp.scripts.windows_setup_helper.check_windows qcodespp.scripts.windows_setup_helper.install_dependencies qcodespp.scripts.windows_setup_helper.create_shortcuts qcodespp.scripts.windows_setup_helper.test_installation qcodespp.scripts.windows_setup_helper.copy_scripts_to_desktop qcodespp.scripts.windows_setup_helper.main Module Contents --------------- .. py:function:: check_windows() Check if running on Windows. .. py:function:: install_dependencies() Install required dependencies for Windows integration. .. py:function:: create_shortcuts(path=None) Create desktop and start menu shortcuts. .. py:function:: test_installation() Test that qcodespp can be imported and the CLI works. .. py:function:: copy_scripts_to_desktop() Copy useful scripts to the desktop. .. py:function:: main(path=None) Main setup function.