feat: update to uv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user