From 54a3991f57ce3787e06e489debd9a022c35e7f45 Mon Sep 17 00:00:00 2001 From: congxi <121420085+beizhanyong@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:36:30 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7234a4e..25577ac 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ kubectl create -f ./service.yaml # 本地测试 python3 -m pip install virtualenv + /usr/local/bin/virtualenv --clear ./venv + ./venv/bin/pip3 install -r ./requirements3.txt -./venv/bin/python3 ./app.py \ No newline at end of file + +./venv/bin/python3 ./app.py