diff --git a/README.md b/README.md index 8b34e57..e6398ce 100644 --- a/README.md +++ b/README.md @@ -147,16 +147,12 @@ https://github.com/max32002/tixcraft_bot/issues/82#issuecomment-1878986084 ### Q: 取得 source code 後跑出來 fatal: destination path 'tixcraft_bot' already exists and is not an empty directory.想問是什麼意思? -
-排解方法(點我查看) A: 執行 git clone 2 次, 重覆取得 source code, 才會有這個問題, 如果 tixcraft_bot 目錄已經存在, 直接 cd tixcraft_bot 就可以了。 如果你想把已下載的刪除, 可以直接把 tixcraft_bot 目錄刪掉即可。 如果你想更新 source code, 可以重新下載, 或是先 cd tixcraft_bot 目錄後, 再執行git pull, 可以更新 source code 為新的版本。 -
- #### PS: - 請先確定你的 python 執行環境下已安裝 selenium 或 nodriver 及相關的套件,請參考 requirement.txt 檔案內容。