From b48e7024e5eecd3cc906ae719fbe001d8286588f Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 5 Sep 2022 15:41:25 +0200 Subject: [PATCH] Change package name from micro-manager to micro-manager-precice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a6737ae..46b3c0f5 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A Manager tool to facilitate solving two-scale (macro-micro) coupled problems us ### Option 1: Using pip -It is recommended to install [micro-manager from PyPI]() by running +It is recommended to install [micro-manager-precice from PyPI]() by running ```bash -pip install --user micro-manager +pip install --user micro-manager-precice ``` If the dependencies are not installed, then `pip` will attempt to install them for you. If you encounter problems in the direct installation, see the [dependencies section](https://github.com/precice/micro-manager#required-dependencies) below for links to installation procedures of all dependencies.