bearshop/install_dependencies.sh

5 lines
126 B
Bash
Raw Permalink Normal View History

2017-01-02 05:59:10 +00:00
#!/bin/bash
apt-get -y update && apt-get -y install pip sqlite3
pip install passlib flask colorama image python-resize-image