call_pip

omni.kit.pipapi.call_pip(args, surpress_output=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