summarylogtreecommitdiffstats
path: root/bkchem.install
diff options
context:
space:
mode:
Diffstat (limited to 'bkchem.install')
-rw-r--r--bkchem.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/bkchem.install b/bkchem.install
new file mode 100644
index 000000000000..ca0ec4d58254
--- /dev/null
+++ b/bkchem.install
@@ -0,0 +1,6 @@
+post_install() {
+ cat << EOT
+==> To enable InChI/InChIKey string generation in BKChem, you must install
+==> inchi and set the corresponding InChI binary path under the options menu.
+EOT
+}