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 @@
## Installation
Before installing, please ensure that you have installed Python (>=3.0) and its matching version of pip, and then enter the following command at the command prompt:
Before installing, please ensure that you have installed Python (>=3.8) and its matching version of pip, and then enter the following command at the command prompt:
```bash
pip install pdfuck
@@ -55,14 +55,13 @@ Thanks for the following open source projects. The completion of this project is
### Configure development environment
```bash
pip install -r requirements.txt
uv pip install -e .
```
### Build and test
### Build
```bash
python -m build
pip install --editable .
uv build
```
## License