From 8c6fe279684b5534705b71effaa0613b99938e19 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 14 Mar 2024 15:19:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=F0=9F=93=9D=20=E2=80=94=20Fix=20typo?= =?UTF-8?q?=20in=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ec51616..27f767e 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 -e ".[postgresql]" +pip install -e ".[postgres]" ``` Here are a few steps for you to install postgresql on your system: