Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
some minor readme changes
  • Loading branch information
philbiggin authored Oct 13, 2021
1 parent 32cb804 commit a1a84c3
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand All @@ -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
Expand Down

0 comments on commit a1a84c3

Please sign in to comment.