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: docs/source/user_guide/getting_started_with_dpf_server.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Running the DPF Server with PyDPF
42
42
43
43
PyDPF-Core is a Python client API communicating with a **DPF Server**, either
44
44
through the network using gRPC or directly in the same process. PyDPF-Post is a Python
45
-
module based on PyDPF-Core.
45
+
module for postprocessing based on PyDPF-Core.
46
46
47
47
Both PyDPF-Core and PyDPF-Post python modules can be used with the DPF Server. The instructions to install and get started with PyDPF-Core
48
48
can be found at `PyDPF-Core, Getting Started section <https://dpf.docs.pyansys.com/getting_started/install.html>`_. The instructions to install and get
0 commit comments