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.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ For the compatibility between PyDPF-Core and Ansys, see
77
77
[Compatibility](https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html) in
78
78
the PyDPF-Core documentation.
79
79
80
-
To use PyDPF-Core with the ``ansys-dpf-server`` server package or with Ansys 2021 R2 or later,
80
+
To use PyDPF-Core with the ``ansys-dpf-server`` server package or with Ansys 2022 R2 or later,
81
81
install the latest version with this command:
82
82
83
83
```con
@@ -93,11 +93,25 @@ To install PyDPF-Core with its optional plotting functionalities, use this comma
93
93
94
94
For more information on PyDPF-Core plotting capabilities, see [Plot](https://dpf.docs.pyansys.com/version/stable/user_guide/plotting.html) in the PyDPF-Core documentation.
95
95
96
-
To use PyDPF-Core with Ansys 2021 R1, install the latest version
96
+
To use PyDPF-Core with Ansys 2022 R1, install the latest compatible version
97
97
with this command:
98
98
99
99
```con
100
-
pip install ansys-dpf-core<0.3.0
100
+
pip install ansys-dpf-core<0.10.0
101
+
```
102
+
103
+
To use PyDPF-Core with Ansys 2021 R2, install the latest compatible version
0 commit comments