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: