feat: update to uv

This commit is contained in:
JiJi
2026-05-05 22:20:39 +08:00
parent 74e93050be
commit 894bd66fc5
7 changed files with 934 additions and 49 deletions
+4 -5
View File
@@ -10,7 +10,7 @@
## 安装
在安装前,请确保你安装了 Python (>=3.0) 及与之版本相匹配的 pip,然后在命令提示符中输入下面的命令:
在安装前,请确保你安装了 Python (>=3.8) 及与之版本相匹配的 pip,然后在命令提示符中输入下面的命令:
```bash
pip install pdfuck
@@ -55,14 +55,13 @@ pdfuck example.pdf -p password
### 配置开发环境
```bash
pip install -r requirements.txt
uv pip install -e .
```
### 构建与测试
### 构建
```bash
python -m build
pip install --editable .
uv build
```
## 开源协议