mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 17:26:15 +01:00
Merge pull request #1326 from bitkarrot/patch-1
add poetry <1.2 version note to troubleshooting
This commit is contained in:
commit
cd750957c0
1 changed files with 4 additions and 0 deletions
|
@ -206,6 +206,10 @@ poetry add setuptools wheel
|
|||
./venv/bin/pip install setuptools wheel
|
||||
```
|
||||
|
||||
#### Poetry
|
||||
|
||||
If your Poetry version is older than 1.2, for `poetry install`, ignore the `--only main` flag.
|
||||
|
||||
### 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
Reference in a new issue