costapy/install.sh

9 lines
206 B
Bash
Raw Normal View History

2022-03-16 11:06:52 +07:00
sudo apt-get install -y python3-pip
pip3 install --upgrade pip
pip3 install cherrypy
pip3 install cherrypy-cors
2022-03-16 11:06:52 +07:00
pip3 install mako
pip3 install mysql-connector
pip3 install bcrypt
pip3 install pyjwt[crypto]