feat: update to uv
This commit is contained in:
+4
-5
@@ -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
|
||||
```
|
||||
|
||||
## 开源协议
|
||||
|
||||
Reference in New Issue
Block a user