The objective is to make some external library (Ex: Tabulate) available in mechanical scripting console.
To import this external C python library, I am running the following command in the command prompt.
"C:\Program Files\ANSYS Inc\v241\commonfiles\CPython\3_10\winx64\Release\python\python.exe" -m pip install tabulate
However, now, I am trying to do the same to import an external iron python library (Ex. prettytable).
Can you please tell me the procedure to do this?