From 6e1296ef714e2931b41364219585d31e84ba6d9a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 31 Mar 2024 13:34:13 -0600 Subject: update colab-rdkit post --- docs/posts/2020-07-01-Install-rdkit-colab.html | 9 +++++++++ 1 file changed, 9 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 9f5c507..68372d0 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -77,6 +77,15 @@ lead.innerText = new_phrase;

Installing RDKit on Google Colab

+

Update: March 2024

+ +

rdkit-pypi has been deprecated in favour of rdkit

+ +

You can simply run:

+ +
!pip install rdkit
+
+

EDIT: Try installing RDKit using pip

!pip install rdkit-pypi
-- 
cgit v1.2.3