🗃️ Store melee data into SQLite
This commit is contained in:
parent
8b847e0f9c
commit
c0fc97a578
7 changed files with 73 additions and 23 deletions
|
@ -4,3 +4,11 @@
|
|||
|
||||
- [data](data/README.md):从死亡细胞的数据包里提取数据
|
||||
- [qqbot](qqbot/README.md):QQ 机器人
|
||||
|
||||
Python 的虚拟环境:
|
||||
|
||||
```bash
|
||||
python3 -m venv env
|
||||
. env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue