Easy steps to install rdkit package on Mac
Package Information:
Application Name – rdkit
What is rdkit – Not Available for rdkit
Use of rdkit – Interpreted, interactive, object-oriented programming language
URL – https://rdkit.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install rdkit using brew
brew install rdkit
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
rdkit is ready to use now!