diff options
author | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 17:38:18 +0530 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 17:38:18 +0530 |
commit | 6107cfaec63d0e90557f8a2f25cdeca25278ee90 (patch) | |
tree | d6948c1ec85779c4057a79f5e64d1b6587d27d5d /docs/feed.rss | |
parent | deda7b4c89acf85968b7a961838934f34938241a (diff) |
updated rdkit install
Diffstat (limited to 'docs/feed.rss')
-rw-r--r-- | docs/feed.rss | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/feed.rss b/docs/feed.rss index 0468673..e959592 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ <title>Navan's Archive</title> <description>Rare Tips, Tricks and Posts</description> <link>https://web.navan.dev/</link><language>en</language> - <lastBuildDate>Fri, 25 Jun 2021 17:17:21 -0000</lastBuildDate> - <pubDate>Fri, 25 Jun 2021 17:17:21 -0000</pubDate> + <lastBuildDate>Fri, 25 Jun 2021 17:37:47 -0000</lastBuildDate> + <pubDate>Fri, 25 Jun 2021 17:37:47 -0000</pubDate> <ttl>250</ttl> <atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/> @@ -2095,6 +2095,14 @@ Configure failed due to the errors above! <pubDate>Wed, 01 Jul 2020 14:23:00 -0000</pubDate> <content:encoded><![CDATA[<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> |