diff options
Diffstat (limited to 'docs/posts')
-rw-r--r-- | docs/posts/2020-07-01-Install-rdkit-colab.html | 8 |
1 files changed, 8 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 3d4a914..52e9fa2 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -41,6 +41,14 @@ <main> <h1>Installing RDKit on Google Colab</h1> +<p><strong>EDIT:</strong> Try installing RDKit using pip</p> + +<pre><code>!pip install rdkit-pypi + +</code></pre> + +<h2>Old Method (Still Works)</h2> + <p>RDKit is one of the most integral part of any Cheminfomatic specialist's toolkit but it is notoriously difficult to install unless you already have <code>conda</code> installed. I originally found this in a GitHub Gist but I have not been able to find that gist again :/ </p> <p>Just copy and paste this in a Colab cell and it will install it 👍</p> |