diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-03 01:53:23 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-03 01:53:23 -0600 |
commit | 8683a49b78f943952bf21dd49f40f8caa635f8cf (patch) | |
tree | 6c351e8740bbc6944b354acde011eb11e11c8328 | |
parent | d6b6b622307a4d3cbd524b02473feb816bb5696c (diff) |
update message
-rw-r--r-- | Formula/autodock-vina.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Formula/autodock-vina.rb b/Formula/autodock-vina.rb index 4725e94..fcbe776 100644 --- a/Formula/autodock-vina.rb +++ b/Formula/autodock-vina.rb @@ -62,6 +62,8 @@ class AutodockVina < Formula system python3, "-m", "pip", "install", *std_pip_args(build_isolation: true), "." end end + ohai "Python bindings installed for python@3.11 python@3.12 and latest version of python@3" + ohai "You may have to link numpy by running brew link numpy" end end |