Update lazylibrarian-install.sh: Add pypdf libary (#1467)

This commit is contained in:
Michel Roegl-Brunner 2025-01-14 11:34:03 +01:00 committed by GitHub
parent 2f620240a8
commit e60dc6784d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ $STD apt-get install -y \
$STD pip install jaraco.stream
$STD pip install python-Levenshtein
$STD pip install soupsieve
$STD pip install pypdf
msg_ok "Installed Python3 Dependencies"
msg_info "Installing LazyLibrarian"