9 lines
206 B
Bash
9 lines
206 B
Bash
sudo apt-get install -y python3-pip
|
|
pip3 install --upgrade pip
|
|
pip3 install cherrypy
|
|
pip3 install cherrypy-cors
|
|
pip3 install mako
|
|
pip3 install mysql-connector
|
|
pip3 install bcrypt
|
|
pip3 install pyjwt[crypto]
|