Installation¶
HdfMap can be installed as a module in any python environment with python version > 3.10. The module is designed to be used either in an interactive environment or in python scripts.
Requires: Python >=3.10, Numpy, h5py
pip installation from stable version¶
pip installation from github channel¶
Full installation of Python environment using conda miniforge¶
See conda-forge
Install miniforge (any conda env will do)¶
cd location/of/miniforge
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-Linux-x86_64.sh
Install HdfMap¶
Then, in a new terminal: