From 66c687b453cea743596d03d7d2b906fb5cfc4936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20J=C3=B6rg?= <55591602+florianjoerg@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:38:09 +0200 Subject: [PATCH] Update README --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index 1861411..ceded94 100644 --- a/README +++ b/README @@ -1,3 +1,19 @@ + +
+ + + +
+ +### Installation + +```python +git clone git@github.com:cbc-univie/mdy-newanalysis-package.git +cd mdy-newanalysis-package +pip install . +``` + + The python package "newanalysis" contains all our homebrew functions for MDAnalysis, that formerly were embedded into the MDAnalysis package and are now available as a separate python module. Be aware that the API syntax of MDAnalysis has changed compared to the old version we have used for a long time.