diff --git a/README.md b/README.md index 969cd83..c4a4eb7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ WCDB (微信的 SQLCipher 封装) 会在进程内存中缓存派生后的 raw ke - Python 3.10+ - 微信 4.x -- `pip install pycryptodome` +- `pip install -r requirements.txt` Windows: @@ -46,7 +46,7 @@ Linux: ### 安装依赖 ```bash -pip install pycryptodome +pip install -r requirements.txt ``` ### 快速开始 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cf0ea9a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pycryptodome +zstandard