Updated Installation without Docker (markdown)

Dante4 2024-07-16 16:02:08 +03:00
parent 538455793e
commit 1e0c944367

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