fix: 改为通过 requirements 安装依赖
README 改为统一使用 requirements.txt 安装依赖,并补充 zstandard 依赖,避免手动漏装。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ WCDB (微信的 SQLCipher 封装) 会在进程内存中缓存派生后的 raw ke
|
|||||||
|
|
||||||
- Python 3.10+
|
- Python 3.10+
|
||||||
- 微信 4.x
|
- 微信 4.x
|
||||||
- `pip install pycryptodome`
|
- `pip install -r requirements.txt`
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Linux:
|
|||||||
### 安装依赖
|
### 安装依赖
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install pycryptodome
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### 快速开始
|
### 快速开始
|
||||||
|
|||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
pycryptodome
|
||||||
|
zstandard
|
||||||
Reference in New Issue
Block a user