Test whether a known dependency is installed on the system.
This method allows us to test for individual dependencies without testing all known dependencies. It also ensures that we only test for a dependency once.
Parameters: | dep : string or list of string
force : boolean
raise_ : boolean
issueWarning : string or None or True
|
---|