Re: [Rdkit-discuss] conda spell to install rdkit?

2020-11-25 Thread Greg Landrum
On Thu, Nov 26, 2020 at 6:04 AM Ling Chan wrote: > It would be great if someone with access can update the manual page at > http://rdkit.org/docs/Install.html#how-to-install-rdkit-with-conda > The rdkit is an open-source project and the documentation is also open source and in the same

Re: [Rdkit-discuss] conda spell to install rdkit?

2020-11-25 Thread Ling Chan
It would be great if someone with access can update the manual page at http://rdkit.org/docs/Install.html#how-to-install-rdkit-with-conda I encountered the same problem last month, as described in this thread. https://sourceforge.net/p/rdkit/mailman/message/37130755/ Thank you! Ling dmaziuk

Re: [Rdkit-discuss] conda spell to install rdkit?

2020-11-25 Thread dmaziuk via Rdkit-discuss
On 11/25/2020 1:46 AM, Axel Pahl wrote:     conda create -c conda-forge -n chem python=3.8 rdkit Thank you. Actually it was just switching "-c rdkit" to "-c conda-forge" in my case, but that pointed me in the right direction. Dima ___

Re: [Rdkit-discuss] conda spell to install rdkit?

2020-11-25 Thread Greg Landrum
On Wed, Nov 25, 2020 at 8:48 AM Axel Pahl wrote: > > my (tried & tested) "spell" to install RDKit via conda is the following > (on Linux): > > conda create -c conda-forge -n chem python=3.8 rdkit cairo cffi pillow > matplotlib > > After activation of the environment, finalize with a > >