9 lines
199 B
Bash
9 lines
199 B
Bash
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]
|