From 1e0c944367ea2a8accde609e8777a6750301f14d Mon Sep 17 00:00:00 2001 From: Dante4 <2075100@mail.ru> Date: Tue, 16 Jul 2024 16:02:08 +0300 Subject: [PATCH] Updated Installation without Docker (markdown) --- Installation-without-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation-without-Docker.md b/Installation-without-Docker.md index 6eba4ff..ae9f27b 100644 --- a/Installation-without-Docker.md +++ b/Installation-without-Docker.md @@ -42,10 +42,12 @@ sudo apt -y install postgresql sudo apt -y install python3 sudo apt -y install python3-pip sudo apt -y install ffmpeg -sudo apt -y install python3-virtualenv python3-yaml python3-psycopg2 python3-sqlalchemy python3-certifi python3-numpy python3-pillow python3-tz python3-rfc3339 python3-nacl python3-alembic python3-pytest python3-pytest-cov +sudo apt -y install python3-virtualenv python3-pytest python3-pytest-cov sudo apt -y install libheif-dev sudo apt -y install libavif-dev mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.old +pip3 install sqlalchemy +pip3 install pyyaml pytz pyRFC3339 pynacl pyheif psycopg2-binary pillow pillow-avif-plugin numpy heif-image-plugin coloredlogs certifi alembic pip3 install pyheif pip3 install heif-image-plugin pip3 install yt-dlp