Add required programs for first time install
This commit is contained in:
parent
d5983e0955
commit
689b0aaa5a
@ -1,6 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Install the required support programs
|
||||||
|
apt-get install unzip -y
|
||||||
|
apt-get install python-dev -y
|
||||||
|
apt-get install python-pip -y
|
||||||
|
apt-get install python-twisted -y
|
||||||
|
|
||||||
test -e ./setup.py || exit 1
|
test -e ./setup.py || exit 1
|
||||||
apt-get install python-dev
|
|
||||||
pip install --upgrade .
|
pip install --upgrade .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user