feat: add pyinstaller build config and README
This commit is contained in:
11
temp_file_trans_client/README.md
Normal file
11
temp_file_trans_client/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Temp File Transfer Client
|
||||
|
||||
## 安装依赖
|
||||
pip install -r requirements.txt
|
||||
|
||||
## 运行
|
||||
python main.py
|
||||
|
||||
## 打包
|
||||
pip install pyinstaller
|
||||
pyinstaller build.spec
|
||||
Reference in New Issue
Block a user