Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beizhanyong authored Apr 3, 2024
1 parent 9c86bb9 commit 54a3991
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

./venv/bin/python3 ./app.py

0 comments on commit 54a3991

Please sign in to comment.