feat: 去除sqlite加密能力以适配树莓派

This commit is contained in:
2021-08-07 14:56:07 +08:00
parent 8b1fc248e9
commit 55d90b40bd
5 changed files with 358 additions and 211 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
if ! (cd "$(dirname "$0")" && cd ..); then
echo 进入项目根目录失败
exit 1
fi
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt