MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / show_info

Function show_info

Scripts/Developer Base/Mobile Developer Setup.py:757–766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755 return False
756 if not python_pip_available():
757 SUMMARY.failure("python-pip is unavailable. Run Repair after python-pip is installed")
758 return False
759
760 all_ok = True
761 for package, command in PYTHON_DEVELOPER_TOOLS:
762 if not update and shutil.which(command):
763 SUMMARY.success(f"{package} already installed")
764 continue
765
766 args = [
767 python_bin, "-m", "pip", "install",
768 "--disable-pip-version-check", "--no-input",
769 ]

Callers 1

menuFunction · 0.70

Calls 3

printFunction · 0.85
headerFunction · 0.70
load_stateFunction · 0.70

Tested by

no test coverage detected