11 lines
160 B
Markdown
11 lines
160 B
Markdown
# Temp File Transfer Client
|
|
|
|
## 安装依赖
|
|
pip install -r requirements.txt
|
|
|
|
## 运行
|
|
python main.py
|
|
|
|
## 打包
|
|
pip install pyinstaller
|
|
pyinstaller build.spec |