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
If you are unable to install PyDPF-Core on the host machine using ``pip`` due to
40
+
network isolation, download the wheelhouse corresponding to your platform and Python interpreter version
41
+
for the latest release of PyDPF-Core from the assets section of the `latest PyDPF-Core release on GitHub <https://github.com/pyansys/pydpf-core/releases/latest>`_.
38
42
39
-
For a quick tryout, install PyDPF-Core with this code:
43
+
The wheelhouse is a ZIP file containing Python wheels for all the packages PyDPF-Core requires to run.
44
+
To install PyDPF-Core using the downloaded wheelhouse, unzip the wheelhouse to a local directory,
45
+
then use the following command from within this local directory:
0 commit comments