@@ -171,20 +171,6 @@ Then, install PyAnsys Geometry with:
171
171
172
172
python -m pip install ansys-geometry-core
173
173
174
- .. caution ::
175
-
176
- PyAnsys Geometry is currently hosted in a private PyPI repository. You must provide the index
177
- URL to the private PyPI repository:
178
-
179
- * Index URL: ``https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/ ``
180
-
181
- If access to this package registry is needed, email `pyansys.core@ansys.com <mailto:pyansys.core@ansys.com >`_
182
- to request access. The PyAnsys team can provide you a read-only token to be inserted in ``${PRIVATE_PYPI_ACCESS_TOKEN} ``.
183
- Once you have it, run the following command:
184
-
185
- .. code :: bash
186
-
187
- pip install ansys-geometry-core --index-url=https://${PRIVATE_PYPI_ACCESS_TOKEN} @pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/
188
174
189
175
Install in developer mode
190
176
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -252,10 +238,9 @@ To install PyAnsys Geometry in developer mode, perform these steps:
252
238
Install in offline mode
253
239
^^^^^^^^^^^^^^^^^^^^^^^
254
240
255
- If you lack an internet connection on your installation machine (or you do not have access to the
256
- private Ansys PyPI packages repository), you should install PyAnsys Geometry by downloading the wheelhouse
257
- archive from the `Releases Page <https://github.com/ansys/pyansys-geometry/releases >`_ for your
258
- corresponding machine architecture.
241
+ If you lack an internet connection on your installation machine, you should install PyAnsys Geometry
242
+ by downloading the wheelhouse archive from the `Releases <https://github.com/ansys/pyansys-geometry/releases >`_
243
+ page for your corresponding machine architecture.
259
244
260
245
Each wheelhouse archive contains all the Python wheels necessary to install PyAnsys Geometry from scratch on Windows,
261
246
Linux, and MacOS from Python 3.8 to 3.11. You can install this on an isolated system with a fresh Python
0 commit comments