diff --git a/app/install.sh b/app/install.sh new file mode 100644 index 0000000..150b2d2 --- /dev/null +++ b/app/install.sh @@ -0,0 +1,6 @@ +sudo apt-get install -y python3-pip +pip install --upgrade pip +pip install bottle # Micro Framework +pip install gunicorn # WSGI Server Backend +pip install beaker # Session & caching library +pip install mako # Template library