apply_skill_install#
- ansys.mapdl.core.cli.skills.apply_skill_install(plan)#
Perform the installation described by plan.
- Parameters:
- plan
SkillInstallPlan Plan built by
plan_skill_install().
- plan
- Returns:
- Raises:
ValueErrorWhen plan does not hold every path its environment needs.
- Return type:
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']