-
| Hello, why can't I download the package | 
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
| Hi @xxtemps The PyAnsys Geometry package is installed as follows: pip install ansys-geometry-coreOnce your package is installed, if you open a Python session you can import the different subpackages and modules as follows: from ansys.geometry.core.shapes import ...Hope this helps! | 
Beta Was this translation helpful? Give feedback.
-
| it's still get an error | 
Beta Was this translation helpful? Give feedback.
-
| 0.4.11 | 
Beta Was this translation helpful? Give feedback.
-
| Okay, thank you. | 
Beta Was this translation helpful? Give feedback.



Hi @xxtemps
The PyAnsys Geometry package is installed as follows:
Once your package is installed, if you open a Python session you can import the different subpackages and modules as follows:
Hope this helps!