File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,21 @@ The latest release version of ``GemPy`` is available via **PyPi**. To install th
15
15
16
16
This will install ``GemPy `` with the minimal required dependencies.
17
17
18
+ GemPy viewer
19
+ ^^^^^^^^^^^^
20
+
21
+ For visualization in 2-D and 3-D, the additional package ``gempy-viewer `` can be used and installed with:
22
+
23
+ .. code-block :: bash
24
+
25
+ $ pip install gempy-viewer
26
+
27
+ The 3-D visualization is based on `pyvista `. This package needs to be installed separately. Please check:
28
+
29
+ - PyVista: Installation guide available on the `PyVista installation page <https://docs.pyvista.org/getting-started/installation.html >`_.
30
+
31
+
32
+
18
33
Enhanced Installation Options
19
34
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
35
@@ -39,10 +54,8 @@ For additional features, ``GemPy`` offers enhanced installation options:
39
54
$ pip install gempy[dev]
40
55
41
56
42
- Note: Some functionalities in ``GemPy `` require `PyTorch ` and `pyvista `. These libraries need to be installed separately:
43
-
44
- - PyTorch: Follow the instructions on the `PyTorch installation page <https://pytorch.org/get-started/locally/ >`_.
45
- - PyVista: Installation guide available on the `PyVista installation page <https://docs.pyvista.org/getting-started/installation.html >`_.
57
+ Note: Some advanced functionalities in ``GemPy `` require `PyTorch `. For installation, please follow the
58
+ instructions on the `PyTorch installation page <https://pytorch.org/get-started/locally/ >`_.
46
59
47
60
Manual Installation
48
61
^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments