Skip to content

Commit 210cd5e

Browse files
committed
Installation instructions for rdkit on Mac added
1 parent 6b0a074 commit 210cd5e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

documentation/source/users/rmg/installation/QMthermo.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ RDKit
1212
================
1313

1414
Project home on GitHub: https://github.com/rdkit/rdkit
15-
Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted
1615

16+
Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted
1717
Build it with InChI support.
1818

19+
Mac users with `homebrew <http://brew.sh/>`_ can install it most easily with::
20+
21+
brew tap edc/homebrew-rdkit
22+
brew install rdkit --with-inchi
23+
1924
You'll need various environment variables set, eg.::
2025

2126
export RDBASE=$HOME/rdkit # CHECK THIS (maybe you put RDKit somewhere else)

0 commit comments

Comments
 (0)