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 ```