From cb742edb4de3c9db0b8e812d9d0d62a8c4beded5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 10 May 2025 15:42:24 +0200 Subject: [PATCH] readme updated (install with conda corrected) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de1c91..cb3f4ec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install gaspype Installation with conda: ``` bash -conda install gaspype +conda install conda-forge::gaspype ``` Installation for developers with pip: