From 4f35a234c3346084f402657e3476d9b6c5d07da6 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Tue, 19 Aug 2025 15:10:02 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ffaab44..1acf954 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,13 @@ time, msd = md.correlation.shifted_correlation( ## Installation +=== DEPRECATED: 2025-08-19 === The package requires the Python package [pygmx](https://github.com/mdevaluate/pygmx), which handles reading of Gromacs file formats. Installation of pygmx is described in its own repository. +=== DEPRECATED: 2025-08-19 === + +The package requires the Python package [pygmx](https://github.com/mdevaluate/pygmx), The mdevaluate package itself is plain Python code and, hence, can be imported from its directory directly, or may be installed via setuptools to the local Python environment by running