使用pip-tools管理python依赖
This commit is contained in:
parent
bcbd556e7d
commit
ffc2ff6808
3 changed files with 81 additions and 1 deletions
12
README.md
12
README.md
|
@ -2,7 +2,17 @@
|
|||
|
||||
## 开发环境
|
||||
|
||||
目前只有 `pywebview` 一个依赖。
|
||||
安装 `pip-tools`
|
||||
|
||||
```bash
|
||||
pip install pip-tools
|
||||
```
|
||||
|
||||
安装依赖
|
||||
|
||||
```bash
|
||||
pip-sync requirements.txt
|
||||
```
|
||||
|
||||
## 打包
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue