Update pip-req.txt to requirement.txt in README.md

master
Yong-Jer Chuang 2024-04-24 10:58:03 +08:00
parent f6b33c603d
commit 4adad6951b
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ https://max-everyday.com/2023/11/buy-ticket-by-vm/
### Step 3: 安裝第三方套件: ### Step 3: 安裝第三方套件:
<code>python3 -m pip install -r pip-req.txt</code> <code>python3 -m pip install -r requirement.txt</code>
### Step 4: 執行設定介面主桯式: ### Step 4: 執行設定介面主桯式: