InstallationΒΆ

geoh5py is currently written for Python 3.7 or higher, and depends on NumPy and h5py.

Note

Users will likely want to take advantage of other packages available in the Python ecosystem. We therefore recommend using Anaconda to manage the installation.

../_images/MinicondaInstaller.png

Install geoh5py from PyPI:

$ pip install geoh5py

To install the latest development version of geoh5py, you can use pip with the latest GitHub development branch:

$ pip install git+https://github.com/MiraGeoscience/geoh5py.git

To work with geoh5py source code in development, install from GitHub:

$ git clone --recursive https://github.com/MiraGeoscience/geoh5py.git
$ cd geoh5py
$ python setup.py install