costapy/install.sh

6 lines
119 B
Bash
Raw Normal View History

2022-03-16 11:06:52 +07:00
sudo apt-get install -y python3-pip
pip install --upgrade pip
2024-05-12 02:18:32 +07:00
pip install bottle
pip install gunicorn
2024-05-12 02:30:11 +07:00
pip install mako