From 904b19393eff8d81a2524b5aca51d62a9a6e246b Mon Sep 17 00:00:00 2001 From: Wholinator <15wholeym@gmail.com> Date: Thu, 20 Apr 2023 18:24:10 -0500 Subject: [PATCH] Update readme with wrong conda channel Upon copy pasting this into my terminal, I received a package could not be found error. I searched anaconda and found an extremely similarly named channel, with just 2 characters transposed. https://anaconda.org/rmg/py3dmol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e72bc8e5..a9d815741 100755 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ First let's install the most general packages: conda install -y -c conda-forge numpy scipy matplotlib imageio jupyter_core conda install -y ipykernel - conda install -y -c rgm py3dmol + conda install -y -c rmg py3dmol Next, all what we actually need: