Function check_python_package_list

  • Check if a list of Python3 package are installed

    Returns

    Promise -> true if they are installed, false if not

    Parameters

    • python_path: string

      Python3 path

    • package_name_list: string[]

      List of packages

    Returns Promise<boolean>

Generated using TypeDoc