costapy/install.sh

9 lines
199 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
pip install cherrypy
pip install cherrypy-cors
pip install mako
pip install mysql-connector
pip install bcrypt
pip install pyjwt[crypto]