mirror of https://github.com/tteck/Proxmox.git
parent
8322aede45
commit
1769a3f40b
|
@ -23,6 +23,7 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Python Dependencies"
|
msg_info "Installing Python Dependencies"
|
||||||
$STD apt-get -y install python3-pip
|
$STD apt-get -y install python3-pip
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
msg_ok "Installed Python Dependencies"
|
msg_ok "Installed Python Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Kepubify"
|
msg_info "Installing Kepubify"
|
||||||
|
|
|
@ -50,6 +50,7 @@ msg_info "Installing Python Dependencies"
|
||||||
$STD apt-get -y install \
|
$STD apt-get -y install \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-requests
|
python3-requests
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
$STD pip3 install mac-vendor-lookup
|
$STD pip3 install mac-vendor-lookup
|
||||||
$STD pip3 install fritzconnection
|
$STD pip3 install fritzconnection
|
||||||
$STD pip3 install cryptography
|
$STD pip3 install cryptography
|
||||||
|
|
|
@ -42,6 +42,7 @@ msg_info "Installing Python Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip
|
python3-pip
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
$STD pip3 install \
|
$STD pip3 install \
|
||||||
uno \
|
uno \
|
||||||
opencv-python-headless \
|
opencv-python-headless \
|
||||||
|
|
Loading…
Reference in New Issue