top of page

Start using GemPy now!

Dependencies

GemPy requires Python 3 and a number of open-source packages:

  • pandas

  • tqdm

  • scikit_image

  • Theano

  • matplotlib

  • numpy

  • pytest

  • scipy

  • ipython

  • seaborn

  • setuptools

  • scikit_learn

  • networkx

 

Optional packages for 3D visualization:

  • vtk >=7

  • steno3d

Optional packages for probabilistic methods:

  • pymc or pymc3

1024px-Python-logo-notext.svg.png

We highly recommend using either Conda and PyPi to automatically install the latest version of GemPy with all dependencies:

$ pip install gempy

GitHub-Mark-120px-plus.png

Alternatively, you can clone the current repository by downloading it from GitHub or by by calling

$ git clone https://github.com/cgre-aachen/gempy.git

and then manually installing it using the provided Python install file via

$ python gempy/setup.py install

in the cloned or downloaded repository folder. Make sure you have installed all necessary dependencies listed above before using GemPy.

bottom of page