summaryrefslogtreecommitdiff
path: root/Content
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2021-06-25 17:38:18 +0530
committernavanchauhan <navanchauhan@gmail.com>2021-06-25 17:38:18 +0530
commitdb2296354dd47de7866675287e6c38e05b6c1966 (patch)
treef26f2ab9e6c6ed7561c254f7f4058de41d99ac98 /Content
parent514164cd927a424b226b7c81cd2f0380f77dc911 (diff)
updated rdkit install
Diffstat (limited to 'Content')
-rw-r--r--Content/posts/2020-07-01-Install-rdkit-colab.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Content/posts/2020-07-01-Install-rdkit-colab.md b/Content/posts/2020-07-01-Install-rdkit-colab.md
index c456aa8..ff5da1e 100644
--- a/Content/posts/2020-07-01-Install-rdkit-colab.md
+++ b/Content/posts/2020-07-01-Install-rdkit-colab.md
@@ -6,6 +6,16 @@ tags: Tutorial, Code-Snippet, Colab
# Installing RDKit on Google Colab
+**EDIT:** Try installing RDKit using pip
+
+```
+!pip install rdkit-pypi
+
+```
+
+## Old Method (Still Works)
+
+
RDKit is one of the most integral part of any Cheminfomatic specialist's toolkit but it is notoriously difficult to install unless you already have `conda` installed. I originally found this in a GitHub Gist but I have not been able to find that gist again :/
Just copy and paste this in a Colab cell and it will install it 👍