openearth / glofrim

Globally Applicable Framework for Integrated Hydrological-Hydrodynamic Modelling (GLOFRIM)
GNU General Public License v3.0
48 stars 28 forks source link

make GLOFRIM pip/conda compatible #100

Closed JannisHoch closed 5 years ago

JannisHoch commented 5 years ago

Haven't looked at it in detail yet, but wouldn't it be great to also make GLOFRIM code available via pip/conda install?

DirkEilander commented 5 years ago

we can easily install glofrim using pip with following command pip install git+https://github.com/openearth/glofrim.git This works like a charm if you have an environment with all dependencies installed.

I've also included glofrim to the environment.yml (see #101) so that you easily install glofrim with full dependencies in a new environment after you've cloned this repos. conda env create -f environment.yml