From d89f8f11eb8e20347f3fc0c306684071c13c416c Mon Sep 17 00:00:00 2001 From: "UENO, M." Date: Mon, 4 Aug 2025 08:25:38 +0900 Subject: [PATCH] Update README.md Modify conda-forge's `freesasa` to use `freesasa-python`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529a857..eddbf6f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install freesasa Or, alternatively, by using conda ```sh -conda install -c conda-forge freesasa +conda install -c conda-forge freesasa-python ``` Developers can clone the library, and then build the module by the following