summaryrefslogtreecommitdiffstats
path: root/python/pyresample/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyresample/README')
-rw-r--r--python/pyresample/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/pyresample/README b/python/pyresample/README
index 4616946715..1361d520ed 100644
--- a/python/pyresample/README
+++ b/python/pyresample/README
@@ -5,4 +5,7 @@ Pyresample is designed for resampling of remote sensing data
and supports resampling from both fixed grids and geolocated
swath data.
-Optional dependencies: numexpr, pykdtree, quicklook (not available from SBo)
+Optional dependencies: numexpr, quicklook (not available from SBo)
+
+NOTE: Cython will not be used. Use environment variable 'USE_CYTHON=True'
+to use it.