Installation

Downloading the package

To download the package, you can go to the GitHub repository of the project and download the sources as a zip file or clone the repository using git:

git clone https://github.com/anthony-jourdon/GeoTEQpy.git

or

git clone git@github.com:anthony-jourdon/GeoTEQpy.git

Installation

Testing the installation

Once the package is installed, you can test the installation in a python environment by running:

import geoteqpy

You should see the following message:

[load_clib] Successfully loaded shared object: faulttools.so
[load_clib] Successfully loaded shared object: viztools.so

meaning that the C libraries have been correctly compiled and loaded.