- modify package list
This commit is contained in:
parent
a10c1e4019
commit
95caf57aed
|
|
@ -120,7 +120,6 @@ function enable-headset-ofono()
|
||||||
function install_python_pkg()
|
function install_python_pkg()
|
||||||
{
|
{
|
||||||
info 'installing python libraries'
|
info 'installing python libraries'
|
||||||
pip install pexpect
|
|
||||||
pip3 install pexpect rabbitmq sox soundfile pyyaml
|
pip3 install pexpect rabbitmq sox soundfile pyyaml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ INSTALL_DIR=agent_gsm
|
||||||
GIT_SOURCE=https://git.sevana.biz/public/agent_gsm
|
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
|
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 python3-numpy
|
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests
|
||||||
sudo pip3 install rabbitpy pydub
|
sudo pip3 install rabbitpy pydub
|
||||||
|
|
||||||
if [ -f "$INSTALL_DIR" ]; then
|
if [ -f "$INSTALL_DIR" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue