Installation
PyHydroGeophysX requires Python 3.8 or higher.
Prerequisites
Required Dependencies
pip install numpy scipy matplotlib pygimli joblib tqdm
Install from Source
git clone https://github.com/yourusername/PyHydroGeophysX.git
cd PyHydroGeophysX
pip install -e .
Verification
import PyHydroGeophysX as phg
print("✓ PyHydroGeophysX installed successfully")