From 1115502c0ed2339bbe8764e02e02633dc84923d2 Mon Sep 17 00:00:00 2001 From: "German P. Barletta" Date: Sun, 5 Nov 2023 11:47:57 -0300 Subject: [PATCH] Fix conda installation instructions (#36) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c9295..529a857 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install freesasa Or, alternatively, by using conda ```sh -conda install freesasa +conda install -c conda-forge freesasa ``` Developers can clone the library, and then build the module by the following