You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Please see the `PyMAPDL-Reader Documentation
58
58
modules at `PyDPF-Core <https://github.com/pyansys/pydpf-core>`_ and
59
59
`PyDPF-Post <https://github.com/pyansys/pydpf-post>`_ as they provide a
60
60
modern interface to Ansys result files using a client/server
61
-
interface using the same software used within Ansys Workbench, but
61
+
interface using the same software used within Ansys Mechanical, but
62
62
via a Python client.
63
63
64
64
@@ -72,22 +72,6 @@ You can also visit `pymapdl-reader <https://github.com/pyansys/pymapdl-reader>`_
72
72
to download the source or releases from GitHub.
73
73
74
74
75
-
Python 3.10 Extra Instructions
76
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
-
78
-
PyMAPDL-Reader requires the `VTK library <https://vtk.org/>`_ which, at the
79
-
moment, is not available for Python 3.10 in `their official channel
80
-
<https://pypi.org/project/vtk/>`_.
81
-
82
-
If you wish to install PyMAPDL-Reader in Python 3.10, you can still do it by
83
-
using the unofficial VTK wheel from PyVista using ``--find-links``. This tells ``pip`` to look for vtk at `wheels.pyvista.org <https://wheels.pyvista.org/>`_. Use this with::
0 commit comments