@@ -58,20 +58,6 @@ Then, install PyDYNA with this command:
58
58
59
59
python -m pip install ansys-dyna-core
60
60
61
- .. caution ::
62
-
63
- PyDYNA is currently hosted in a private PyPI repository. You must provide the index
64
- URL to the private PyPI repository: ``https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/ ``.
65
-
66
- If access to this package registry is needed, email `
[email protected] <
mailto:[email protected] >`_
67
- to request access. The PyAnsys team can provide you with a read-only token.
68
-
69
- Once you have the token, run this command, replacing ``${PRIVATE_PYPI_ACCESS_TOKEN} `` with the
70
- read-only token:
71
-
72
- .. code :: bash
73
-
74
- pip install ansys-dyna-core --index-url=https://${PRIVATE_PYPI_ACCESS_TOKEN} @pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/
75
61
76
62
Install in developer mode
77
63
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -94,10 +80,9 @@ Start by cloning and installing the repository with these commands:
94
80
Install in offline mode
95
81
~~~~~~~~~~~~~~~~~~~~~~~
96
82
97
- If you lack an internet connection on your installation machine (or you do not have access
98
- to the private Ansys PyPI packages repository), you should install PyDYNA by downloading
99
- the wheelhouse archive for your corresponding machine architecture from the
100
- `Releases Page <https://github.com/pyansys/pydyna/releases >`_.
83
+ If you lack an internet connection on your installation machine, you should install
84
+ PyDYNA by downloading the wheelhouse archive for your corresponding machine
85
+ architecture from the `Releases Page <https://github.com/pyansys/pydyna/releases >`_.
101
86
102
87
Each wheelhouse archive contains all the Python wheels necessary to install
103
88
PyDYNA from scratch on Windows and Linux for Python 3.8 through 3.11. You can install
0 commit comments