- merge pip3 requests

This commit is contained in:
Dmytro Bogovych 2023-09-08 15:35:49 +03:00
parent 95caf57aed
commit 0415821b48
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ GIT_SOURCE=https://git.sevana.biz/public/agent_gsm
# Install prerequisites # Install prerequisites
sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests rabbitpy pydub
sudo pip3 install rabbitpy pydub
if [ -f "$INSTALL_DIR" ]; then if [ -f "$INSTALL_DIR" ]; then
rm -rf "$INSTALL_DIR" rm -rf "$INSTALL_DIR"