Update installation.md

This commit is contained in:
Arc 2022-07-27 15:09:41 +01:00 committed by GitHub
parent 2b811ec1bb
commit 8cac577f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ nav_order: 2
# Basic installation
You can choose between two python package managers, `venv` and `pipenv`. Both are fine but if you don't know what you're doing, just go for the first option.
You can choose between four package managers, `poetry`, `pipenv`, `venv` and `nix`.
By default, LNbits will use SQLite as its database. You can also use PostgreSQL which is recommended for applications with a high load (see guide below).