docs: update installation instruction

This commit is contained in:
Mose Müller 2023-09-26 15:12:53 +02:00
parent fb6146e01d
commit 6d12371e7b

View File

@ -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
```
<!--installation-end-->