From 800fd16199cf7451098ce86e295cff8e68a90655 Mon Sep 17 00:00:00 2001
From: Matthias Bernt <m.bernt@ufz.de>
Date: Sun, 6 Aug 2023 21:56:10 +0200
Subject: [PATCH] doc: install with conda

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 9ebb780ff..e99656d60 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,13 @@ python -m pip install saqc
 ```
 For a more detailed installion guide, see the [installation guide](https://rdm-software.pages.ufz.de/saqc/gettingstarted/InstallationGuide.html).
 
+Additionally SaQC is available via conda and can be installed with:
+
+```sh
+conda create -c conda-forge -n saqc saqc 
+```
+
+
 ## Usage
 
 `SaQC` is both, a command line application controlled by a text based configuration
-- 
GitLab