From bb354ade22010a04bd305be762ba67b6a6af9cdc Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:33:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14402d2..ad272a7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ services: environment: TZ: Asia/Shanghai command: > - sh -c "rm -rf * && wget -O api.py && pip requests fake_useragent && + sh -c "pip install requests fake_useragent && rm -rf * && wget -O api.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py && wget -O login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py && python api.py"