call_pip#
- omni.kit.pipapi.call_pip(
 - args: List[str],
 - surpress_output: bool = False,
 Call pip with given arguments.
- Parameters:
 args (list) – list of arguments to pass to pip
surpress_output (bool) – if True, surpress pip output
- Returns:
 return code of pip call
- Return type:
 int