diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-31 13:34:13 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-31 13:34:13 -0600 |
commit | d36feb56259b44ee39a7c0d3a906dd5dc78bce4f (patch) | |
tree | 1127a4deba2b4317ccbecbedb0bcf12d3f24bba0 | |
parent | c1f9bdfe43bc65a740746e7d4cf199627d5cb411 (diff) |
update colab-rdkit post
-rw-r--r-- | Content/posts/2020-07-01-Install-rdkit-colab.md | 10 |
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 ``` |