Updated Installation without Docker (markdown)

Dante4 2024-07-16 16:58:06 +03:00
parent 47ed68db60
commit c4f00b0a0d

@ -42,7 +42,7 @@ 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-pytest python3-pytest-cov
sudo apt -y install python3-virtualenv
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
@ -63,7 +63,9 @@ 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
```
The reason `ffmpeg` is used over, say, `ImageMagick` or even `PIL` is because of