-
Hello, why can't I download the package |
Beta Was this translation helpful? Give feedback.
Answered by
RobPasMue
Apr 18, 2024
Replies: 4 comments 4 replies
-
Hi @xxtemps The PyAnsys Geometry package is installed as follows: pip install ansys-geometry-core Once 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.
0 replies
Answer selected by
RobPasMue
-
it's still get an error |
Beta Was this translation helpful? Give feedback.
2 replies
-
Okay, thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!