From 6e5080e86e8d8f43399d7ea446b300432d2c2d88 Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Fri, 19 Apr 2024 13:32:06 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2c2966..3f0675ff 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ discussions](https://github.com/Helmholtz-AI-Energy/propulate/discussions) :octo ## Installation - You can install the **latest stable release** from PyPI: ``pip install propulate`` -- If you need the **latest updates**, you can also install ``Propulate`` directly from the master branch at you own risk. +- If you need the **latest updates**, you can also install ``Propulate`` directly from the master branch. Pull and run ``pip install .``. - If you want to run the **tutorials**, you can install the required dependencies via: ``pip install ."[tutorials]"`` - If you want to **contribute** to ``Propulate`` as a developer, you need to install the required dependencies with the package: