BenjMy / pycathy_wrapper

A Python wrapper for CATHY (Catchment Hydrology) - [Camporese et al., 2010]
https://benjmy.github.io/pycathy_wrapper/
Boost Software License 1.0
6 stars 1 forks source link

Quick edits on the installation docs #26

Closed Peruz closed 3 months ago

Peruz commented 3 months ago

Hi Ben,

Thank you for reducing all the dependencies to just blas and lapack, smooth installation. On Fedora, I think they are blas-devel and lapack-devel rather than ...-dev, which is the right one on Ubuntu.

Do you think it is worth highlighting that pyCATHY already includes CATHY, and thus does not require a separate installation of CATHY before using pyCATHY as a wrapper?

Best, Luca

BenjMy commented 3 months ago

Thanks Luca for spotting this issue! I made the change accordingly and added a sentence to the doc to explain that pyCATHY automatically fetch the CATHY core files.