Update lazylibrarian-install.sh with python dependencies

pull/2723/head
MountyMapleSyrup 1 year ago committed by GitHub
parent a2fee3e4f2
commit 7310ba59a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      install/lazylibrarian-install.sh

@ -19,6 +19,11 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y git
$STD apt-get install -y python3
$STD apt-get install -y pip
$STD apt-get install -y python3-irc
$STD pip install jaraco.stream
$STD pip install python-Levenshtein
$STD pip install soupsieve
msg_ok "Installed Dependencies"
msg_info "Installing LazyLibrarian"

Loading…
Cancel
Save