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 | 6e1296ef714e2931b41364219585d31e84ba6d9a (patch) | |
tree | 7885464a2bcc5d64485c6b8cd20f37f88f4dfc80 /docs/posts/2020-07-01-Install-rdkit-colab.html | |
parent | fdf67099dbe882b50444a42e4bbd024394cfb548 (diff) |
update colab-rdkit post
Diffstat (limited to 'docs/posts/2020-07-01-Install-rdkit-colab.html')
-rw-r--r-- | docs/posts/2020-07-01-Install-rdkit-colab.html | 9 |
1 files changed, 9 insertions, 0 deletions
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; <div class="post"> <h1 id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</h1> +<p><strong>Update: March 2024</strong> </p> + +<p><code>rdkit-pypi</code> has been deprecated in favour of <code>rdkit</code></p> + +<p>You can simply run:</p> + +<pre><code>!pip install rdkit +</code></pre> + <p><strong>EDIT:</strong> Try installing RDKit using pip</p> <pre><code>!pip install rdkit-pypi |