Updated Installation without Docker (markdown)
parent
1e0c944367
commit
1759703296
1 changed files with 14 additions and 4 deletions
|
@ -46,11 +46,21 @@ 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 alembic>=0.8.5
|
||||
pip3 install certifi>=2017.11.5
|
||||
pip3 install coloredlogs==5.0
|
||||
pip3 install heif-image-plugin
|
||||
pip3 install yt-dlp
|
||||
pip3 install numpy>=1.8.2
|
||||
pip3 install pillow-avif-plugin~=1.1.0
|
||||
pip3 install pillow>=4.3.0
|
||||
pip3 install psycopg2-binary>=2.6.1
|
||||
pip3 install pyheif
|
||||
pip3 install pynacl>=1.2.1
|
||||
pip3 install pyRFC3339>=1.0
|
||||
pip3 install pytz>=2018.3
|
||||
pip3 install pyyaml>=3.11
|
||||
pip3 install "SQLAlchemy>=1.0.12, <1.4"
|
||||
pip3 install yt-dlp
|
||||
pip3 install pillow-avif-plugin
|
||||
pip3 install freezegun
|
||||
|
||||
|
|
Loading…
Reference in a new issue