File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,21 @@ Then, you can simply execute:
95
95
96
96
poetry run python -m pip install ansys-geometry-core
97
97
98
-
98
+ .. caution ::
99
+
100
+ PyGeometry is currently hosted in a private PyPi repository. You must provide the index
101
+ URL to the private PyPi repository:
102
+
103
+ * Index URL: ``https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/ ``
104
+
105
+ If you don't have access to this package registry, email `pyansys.support@ansys.com <mailto:pyansys.support@ansys.com >`_
106
+ to request access. We will provide you a read-only token to be inserted in ``${PRIVATE_PYPI_ACCESS_TOKEN} ``.
107
+ Once you have it, run the following command:
108
+
109
+ .. code :: bash
110
+
111
+ pip install ansys-geometry-core --index-url=https://${PRIVATE_PYPI_ACCESS_TOKEN} @pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/
112
+
99
113
For developers
100
114
^^^^^^^^^^^^^^
101
115
You can’t perform that action at this time.
0 commit comments