From 4818900bf9c3443f7340c324b2d74ba5b0aa5692 Mon Sep 17 00:00:00 2001 From: Dante4 <2075100@mail.ru> Date: Tue, 16 Jul 2024 18:15:26 +0300 Subject: [PATCH] Updated Installation without Docker (markdown) --- Installation-without-Docker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Installation-without-Docker.md b/Installation-without-Docker.md index 5eebafe..7cfeba6 100644 --- a/Installation-without-Docker.md +++ b/Installation-without-Docker.md @@ -2,6 +2,7 @@ This guide may help the few users who do not wish to use Docker. Please note that this guide may be incomplete or out of date. Additionally, this guide assumes Arch Linux (or Ubuntu 24.04). Although exact instructions for other distributions are different, the steps stay roughly the same. If you meet problem check Dockerfile for server and client. +(@dante4 As of 16.07.2024 I were unable to make szurubooru run while using non-EoL libraries, and even with all correct version the system just gives error 500. If you are gonna use szurubooru as private gallery - use docker) ### Installing hard dependencies @@ -63,8 +64,6 @@ pip3 install "SQLAlchemy>=1.0.12, <1.4" pip3 install yt-dlp pip3 install pillow-avif-plugin pip3 install freezegun -pip3 install pytest -pip3 install pytest-postgresql ```