From 6d12371e7bfac3c44f53664e9d8b75ab0a33fb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Tue, 26 Sep 2023 15:12:53 +0200 Subject: [PATCH] docs: update installation instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a156ca7..033acf9 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Install pydase using [`poetry`](https://python-poetry.org/): ```bash -poetry add git+https://github.com/tiqi-group/pydase.git +poetry add pydase ``` or `pip`: ```bash -pip install git+https://github.com/tiqi-group/pydase.git +pip install pydase ```