update install docs

This commit is contained in:
rimu 2024-03-23 21:23:38 +13:00
parent eb94db5fe9
commit 1394d7baad
2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,11 @@
## Setup Database
#### Install postgresql 16
#### Install postgresql
PieFed should work on version 13.x or newer. If you have errors running `flask init-db`, check your postrgesql version.
##### Install postgresql 16:
For installation environments that use 'apt' as a package manager:

View file

@ -30,3 +30,4 @@ redis==5.0.1
Werkzeug==2.3.3
pytesseract==0.3.10
sentry-sdk==1.40.6
urllib3==1.26.1