add poetry <1.2 version note to troubleshooting
This commit is contained in:
parent
e9a166f634
commit
d5ead2543c
1 changed files with 5 additions and 0 deletions
|
|
@ -206,6 +206,11 @@ poetry add setuptools wheel
|
|||
./venv/bin/pip install setuptools wheel
|
||||
```
|
||||
|
||||
### poetry
|
||||
|
||||
If your poetry version is less than ^1.2, for `poetry install`, ignore the -- flags, it will install just fine.
|
||||
|
||||
|
||||
### Optional: PostgreSQL database
|
||||
|
||||
If you want to use LNbits at scale, we recommend using PostgreSQL as the backend database. Install Postgres and setup a database for LNbits:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue