We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c2a30 commit 138b601Copy full SHA for 138b601
src/ansys/tools/installer/constants.py
@@ -69,6 +69,7 @@
69
PYANSYS_DOCS_SITES = {
70
"PyAnsys": "https://docs.pyansys.com",
71
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
72
+ "PyAdditive": "https://additive.docs.pyansys.com",
73
"PyAEDT": "https://aedt.docs.pyansys.com",
74
"PyAnsys Geometry": "https://geometry.docs.pyansys.com",
75
"PyAnsys Math": "https://math.docs.pyansys.com",
@@ -105,6 +106,7 @@
105
106
107
PYANSYS_LIBS = {
108
"PyAnsys-Metapackage": "pyansys",
109
+ "PyAdditive": "ansys-additive-core",
110
"PyAEDT": "pyaedt",
111
"PyAnsys Geometry": "ansys-geometry-core",
112
"PyAnsys Math": "ansys-math-core",
0 commit comments