From 1394d7baadbcbfa21c3dd474aadd92639cef0816 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:23:38 +1300 Subject: [PATCH] update install docs --- INSTALL.md | 6 +++++- requirements.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 37f9f4d2..8d016d19 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: diff --git a/requirements.txt b/requirements.txt index 4ccc950b..e547eee5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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