Updated Installation without Docker (markdown)
parent
7ad5fed13a
commit
47ed68db60
1 changed files with 2 additions and 1 deletions
|
@ -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 pytest-pgsql
|
||||
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
|
||||
|
@ -63,6 +63,7 @@ pip3 install "SQLAlchemy>=1.0.12, <1.4"
|
|||
pip3 install yt-dlp
|
||||
pip3 install pillow-avif-plugin
|
||||
pip3 install freezegun
|
||||
pip3 install pytest-postgresql
|
||||
```
|
||||
|
||||
The reason `ffmpeg` is used over, say, `ImageMagick` or even `PIL` is because of
|
||||
|
|
Loading…
Reference in a new issue