cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Add PyHELP dependencies to Conda package meta.yml #43

Closed jnsebgosselin closed 5 years ago

jnsebgosselin commented 5 years ago

This will allow to simplify greatly the installation process. After these changes, it will be possible to install PyHELP by executing:

conda install -c cgq-qgc pyhelp

instead of :

conda install -c cgq-qgc pyhelp scipy geopandas xlrd netcdf4 h5py pytables matplotlib

Important We need to wait before merging this until we are ready to release a new version, so that the instruction to install PyHELP remains valid until then on the README page.