From a1a84c3b8a1e28bced6162092ffde6ecf54d4264 Mon Sep 17 00:00:00 2001 From: Phil Biggin <51948186+philbiggin@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:55:18 +0100 Subject: [PATCH] Update README.md some minor readme changes --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index affcdd8..09f2094 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ Next time PyMol is restarted, Under Plugin, 2 Options will be available -Python Dependencies +Dependencies -1) PyMol ofcourse +1) PyMol ofcourse 2) MDAnalysis -- (version > 0.13) -3) numpy -- (any version compatible with the MDAnalysis build) +3) numpy and Scipy (usually done as part of your MDanalysis install) -4) scipy +4) Autodock Vina @@ -54,6 +54,21 @@ Things to Note For MacPymol Users +M1 Apple Silicon Machines +========================= + +This currently problematic because MDAnalysis does not support Apple Silicon yet. + + +Mac with intel chips +==================== + +Best installation route is via conda with python 3.5 --> 3.8 (we had trouble with python 3.9). + + +Much Older Systems (legacy information only) +============================================ + 1) Ensure that you have the correct version of python active >> sudo port select --list python