From 6107cfaec63d0e90557f8a2f25cdeca25278ee90 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 25 Jun 2021 17:38:18 +0530 Subject: updated rdkit install --- docs/posts/2020-07-01-Install-rdkit-colab.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/posts') diff --git a/docs/posts/2020-07-01-Install-rdkit-colab.html b/docs/posts/2020-07-01-Install-rdkit-colab.html index 3d4a914..52e9fa2 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -41,6 +41,14 @@

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 👍

-- cgit v1.2.3