diff --git a/README.rst b/README.rst index 0a4fe77..97bd859 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,28 @@ Readers and converters for data from the `GLDAS Noah Land Surface Model Works great in combination with `pytesmo `_. +Installation +============ + +Setup of a complete environment with `conda +`_ can be performed using the following +commands: + +.. code-block:: shell + + conda create -q -n gldas-environment -c conda-forge numpy netCDF4 pyproj pygrib + source activate gldas-environment + pip install gldas + +This will also try to install pygrib for reading the GLDAS grib files. If this +does not work then please consult the `pygrib manual +`_. + +.. note:: + + Reading grib files does not work on Windows as far as we know. It might be + possible to compile the ECMWF C library but we have not done it yet. + Downloading products ==================== diff --git a/requirements.txt b/requirements.txt index b89d73d..9743d48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -pykdtree pyproj pygeogrids pygrib