addonmanager_workers.DependencyInstallationWorker Class Reference

Public Member Functions

def run (self)
 

Public Attributes

 addons
 
 python_optional
 
 python_required
 

Static Public Attributes

 failure = QtCore.Signal(str, str)
 
 no_pip = QtCore.Signal(str)
 
 no_python_exe = QtCore.Signal()
 
 success = QtCore.Signal()
 

Detailed Description

Install dependencies using Addonmanager for FreeCAD, and pip for python

Member Function Documentation

◆ run()

Member Data Documentation

◆ addons

addonmanager_workers.DependencyInstallationWorker.addons

◆ failure

◆ no_pip

addonmanager_workers.DependencyInstallationWorker.no_pip = QtCore.Signal(str)
static

◆ no_python_exe

addonmanager_workers.DependencyInstallationWorker.no_python_exe = QtCore.Signal()
static

◆ python_optional

addonmanager_workers.DependencyInstallationWorker.python_optional

◆ python_required

addonmanager_workers.DependencyInstallationWorker.python_required

◆ success


The documentation for this class was generated from the following file: