CostaPy dependencies
This commit is contained in:
parent
c0b2b7fbbb
commit
bd31213bdf
6
app/install.sh
Normal file
6
app/install.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user