summaryrefslogtreecommitdiff
path: root/Content
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-31 13:34:13 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-31 13:34:13 -0600
commit6e1296ef714e2931b41364219585d31e84ba6d9a (patch)
tree7885464a2bcc5d64485c6b8cd20f37f88f4dfc80 /Content
parentfdf67099dbe882b50444a42e4bbd024394cfb548 (diff)
update colab-rdkit post
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 ff5da1e..4a87bf1 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
+**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
```