From 8f77275e1a70cfd49ba99b06b38a0196ffd20ee2 Mon Sep 17 00:00:00 2001 From: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com> Date: Sat, 22 May 2021 12:02:01 +0930 Subject: [PATCH] Update README.md upgrading on Windows note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74a9f9b..1c2b476 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ pip install stackstac Windows notes: -It's a good idea to use `conda` to handle installing rasterio on Windows. There's considerably more pain involved with GDAL-type installations using pip. Then `pip install stackstac`. +It's a good idea to use `conda` to handle installing rasterio on Windows. There's considerably more pain involved with GDAL-type installations using pip. Then `pip install stackstac`. This will include when upgrading if the new `stackstac` version requires an upgrade of rasterio. e.g. `conda install rasterio=1.2.3` then `pip install --upgrade stackstac'. ## Things `stackstac` does for you: