summaryrefslogtreecommitdiff
path: root/Content/posts/2020-07-01-Install-rdkit-colab.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-03 09:36:58 -0600
committerGitHub <noreply@github.com>2024-04-03 09:36:58 -0600
commit84ad5d8360fb0683f12f9bae8f29d6b36964dde3 (patch)
tree64bb1d9675ac3d6a3604d512311a754b08c53be2 /Content/posts/2020-07-01-Install-rdkit-colab.md
parent0e4b5fcc164cd8432678bdffd58b8c123acee186 (diff)
parentd00b2da99ef2d498074a6e4eb8d80995cdfc4476 (diff)
Merge branch 'vanilla-ssg' into dependabot/pip/jinja2-3.1.3
Diffstat (limited to 'Content/posts/2020-07-01-Install-rdkit-colab.md')
-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
```