Skip to content

Commit 68bae9b

Browse files
authored
Update README.md
1 parent 89e1317 commit 68bae9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ python-xray-argo是基于python环境使用xray,引用argo隧道,集成哪
55

66
# 部署
77

8-
方式一:常规python环境,例如游戏平台玩具,只需上传app.py和requirements.txt两个文件即可,需授权777,app.py中17至30行填写变量。
8+
方式一:常规python环境,例如游戏平台玩具,只需上传app.py和requirements.txt两个文件即可,app.py需授权777,app.py中17至30行填写变量。
99

10-
方式二:文件+命令结合,需root权限,上传app.py和requirements.tx两个文件,先运行pip install -r requirements.txt 再运行python app.py即可。
10+
方式二:文件+命令结合,app.py需赋权,上传app.py和requirements.tx两个文件,先运行chmod +x app.py 再运行pip install -r requirements.txt 然后运行python app.py即可。
1111

1212
方式三:docker部署,右边的packages中已打包好镜像,镜像地址:ghcr.io/eooce/python:latest 支持镜像部署的平台推荐优先使用镜像
1313

0 commit comments

Comments
 (0)