Skip to content

Commit 4142924

Browse files
committed
Forgot changes installation.rst form last commit
1 parent 21f86e7 commit 4142924

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/source/installation.rst

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ The latest release version of ``GemPy`` is available via **PyPi**. To install th
1515
1616
This will install ``GemPy`` with the minimal required dependencies.
1717

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+
1833
Enhanced Installation Options
1934
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2035

@@ -39,10 +54,8 @@ For additional features, ``GemPy`` offers enhanced installation options:
3954
$ pip install gempy[dev]
4055
4156
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/>`_.
4659

4760
Manual Installation
4861
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)