apply_skill_install#

ansys.mapdl.core.cli.skills.apply_skill_install(plan)#

Perform the installation described by plan.

Parameters:
planSkillInstallPlan

Plan built by plan_skill_install().

Returns:
list of str

Human-readable log of what has been written or skipped.

Raises:
ValueError

When plan does not hold every path its environment needs.

Return type:

List[str]

Examples

>>> from ansys.mapdl.core.cli.skills import apply_skill_install, plan_skill_install
>>> apply_skill_install(plan_skill_install("pymapdl-cli", "cursor"))
['  wrote /home/user/.cursor/rules/pymapdl-cli.mdc']