From 210cd5ee88aa288b6996acc31466068d33110a58 Mon Sep 17 00:00:00 2001 From: faribas Date: Mon, 17 Jun 2013 16:58:07 -0300 Subject: [PATCH] Installation instructions for rdkit on Mac added --- documentation/source/users/rmg/installation/QMthermo.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/source/users/rmg/installation/QMthermo.rst b/documentation/source/users/rmg/installation/QMthermo.rst index 7846be37a2..7e8efea4a3 100644 --- a/documentation/source/users/rmg/installation/QMthermo.rst +++ b/documentation/source/users/rmg/installation/QMthermo.rst @@ -12,10 +12,15 @@ RDKit ================ Project home on GitHub: https://github.com/rdkit/rdkit -Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted +Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted Build it with InChI support. +Mac users with `homebrew `_ can install it most easily with:: + + brew tap edc/homebrew-rdkit + brew install rdkit --with-inchi + You'll need various environment variables set, eg.:: export RDBASE=$HOME/rdkit # CHECK THIS (maybe you put RDKit somewhere else)