From 9da7f6c0b6c5bb840e988e008916649f50245f3e Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:20:57 -0500 Subject: [PATCH] add a conda installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dab909b..66bea18 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Installing this package is as easy as: pip install geotiff ``` +There is also an Anaconda-based package available, published on [conda-forge](https://conda-forge.org/): + +``` +conda install -c conda-forge python-geotiff +``` + ### Usage #### Making the GeoTiff object