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
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,32 @@ Installation
43
43
------------
44
44
Installation through pip::
45
45
46
-
pip install ansys-mapdl-reader
46
+
pip install ansys-mapdl-reader
47
47
48
48
You can also visit `pymapdl-reader <https://github.com/pyansys/pymapdl-reader>`_
49
49
to download the source or releases from GitHub.
50
50
51
+
Python 3.10 Extra Instructions
52
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
53
52
-
Loading and Plotting an ANSYS Archive File
53
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
+
PyMAPDL-Reader requires the `VTK library <https://vtk.org/>`_ which, at the
55
+
moment, is not available for Python 3.10 in `their official channel
56
+
<https://pypi.org/project/vtk/>`_.
57
+
58
+
If you wish to install PyMAPDL-Reader in Python 3.10, you can still do it by
59
+
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