From 01e8f0b161b3fc9788d419b8e3f315497fac87de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 24 Oct 2023 18:13:56 +0200 Subject: [PATCH] Install with 'pip install -e .' until argos is released on PyPI. Fixes #1 --- docs/installation/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/postgresql.md b/docs/installation/postgresql.md index 69eb324..6ac8127 100644 --- a/docs/installation/postgresql.md +++ b/docs/installation/postgresql.md @@ -3,7 +3,7 @@ If you intend to use argos with Postgresql, you can install it with the following commands: ```bash -pip install argos-monitoring[postgresql] +pip install -e ".[postgresql]" ``` Here are a few steps for you to install postgresql on your system: