From 55798cd8a7c1a4f299f172fbfe9baece7a7bae5c Mon Sep 17 00:00:00 2001 From: James Graham <j.graham@soton.ac.uk> Date: Sun, 22 Nov 2020 16:36:36 +0000 Subject: [PATCH] docs: update readme to reflect fixed MDTraj bug --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1061353..774ca17 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ pip install pycgtool ### MDTraj on macOS -On some macOS builds, with some versions of the Clang compiler, MDTraj fails to load GROMACS XTC simulation trajectories. -If you encounter this issue, try using Conda to install MDTraj. +On some versions macOS, with some versions of the Clang compiler, MDTraj may fail to load GROMACS XTC simulation trajectories. +If you encounter this issue, make sure you have the latest version of MDTraj. -For more information see this issue: [MDTraj/#1572](https://github.com/mdtraj/mdtraj/issues/1572). +For more information see [MDTraj/#1572](https://github.com/mdtraj/mdtraj/issues/1572). ## Usage -- GitLab