Fitting functions of soil hydraulic properties
Install Python 3. Mac and Linux distributions may include an outdated version of Python (Python 2), but you should install an updated one (Python 3). You can check your installed version of Python by python -V
.
Install unsatfit library for Python 3 with pip by
python -m pip install unsatfit
or to specify Python 3
python3 -m pip install unsatfit
Now you can use unsatfit library in your Python code. Sample code is available.
APT repository is available for installing on Debian system.
python -m pip show unsatfit
python -m pip install --upgrade unsatfit