使用pip-tools管理python依赖

This commit is contained in:
li-xiaochen 2024-12-15 23:23:13 +08:00
parent bcbd556e7d
commit ffc2ff6808
3 changed files with 81 additions and 1 deletions

View file

@ -2,7 +2,17 @@
## 开发环境
目前只有 `pywebview` 一个依赖。
安装 `pip-tools`
```bash
pip install pip-tools
```
安装依赖
```bash
pip-sync requirements.txt
```
## 打包