diff --git a/TP1/setup.sh b/TP1/setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..9d854bd88f0eeb39e0c5656388792f67678e2bfb --- /dev/null +++ b/TP1/setup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +apt-get -y update +apt-get -y install python2.7 python-pip +pip install SOAPpy flask \ No newline at end of file