We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0a074 commit 210cd5eCopy full SHA for 210cd5e
1 file changed
documentation/source/users/rmg/installation/QMthermo.rst
@@ -12,10 +12,15 @@ RDKit
12
================
13
14
Project home on GitHub: https://github.com/rdkit/rdkit
15
-Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted
16
+Installation instructions: http://code.google.com/p/rdkit/wiki/GettingStarted
17
Build it with InChI support.
18
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
24
You'll need various environment variables set, eg.::
25
26
export RDBASE=$HOME/rdkit # CHECK THIS (maybe you put RDKit somewhere else)
0 commit comments