From c18119ab24c6db22a293c528900bdc6647280558 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Wed, 23 Oct 2024 14:54:01 -0700 Subject: [PATCH] Update README.md add installation with conda --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f003fee..878e97b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ to python, allowing the user to customize it as necessary for their use cases. # Installation +## Installing with conda + +``` +conda install pydiso --channel conda-forge +``` + ## Installing from source