Install with 'pip install -e .' until argos is released on PyPI. Fixes #1

This commit is contained in:
Alexis Métaireau 2023-10-24 18:13:56 +02:00
parent b105004f3b
commit 01e8f0b161

View file

@ -3,7 +3,7 @@
If you intend to use argos with Postgresql, you can install it with the following commands: If you intend to use argos with Postgresql, you can install it with the following commands:
```bash ```bash
pip install argos-monitoring[postgresql] pip install -e ".[postgresql]"
``` ```
Here are a few steps for you to install postgresql on your system: Here are a few steps for you to install postgresql on your system: