📝 — Fix typo in doc

This commit is contained in:
Luc Didry 2024-03-14 15:19:44 +01:00
parent a64022d724
commit 8c6fe27968
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

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 -e ".[postgresql]" pip install -e ".[postgres]"
``` ```
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: