mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
Install with 'pip install -e .' until argos is released on PyPI. Fixes #1
This commit is contained in:
parent
b105004f3b
commit
01e8f0b161
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue