CostaPy dependencies

This commit is contained in:
Dita Aji Pratama 2024-06-17 12:22:18 +07:00
parent c0b2b7fbbb
commit bd31213bdf

6
app/install.sh Normal file
View 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