Skip to content

Commit 00716ed

Browse files
committed
update: README
1 parent 04e2bf7 commit 00716ed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313
### Anaconda (建議)
1414

1515
- 下載 Python 3.6 版本 https://www.continuum.io/downloads
16-
- 本課程會使用到瀏覽器 Chrome,麻煩各位選擇自己電腦的平台安裝 Chrome https://www.google.com.tw/chrome/browser/desktop/index.html
17-
- 本課程的 Session A & B 將提供 .ipynb 檔案使用 jupyter notebook 進行,安裝完 Anaconda 後即可用內建 jupyter notebook 打開 .ipynb 檔,詳細教學可以參考資料夾中的 jupyter_notebook教學.pdf
18-
- 本課程會用到的套件較多,建議安裝 Anaconda,如有安裝 Anaconda 只需安裝以下套件
16+
- 練習題會使用到瀏覽器 Chrome,麻煩各位選擇自己電腦的平台安裝 [Chrome](https://www.google.com.tw/chrome/browser/desktop/index.html)
17+
- 動態網站的爬蟲也需要下載 webdriver,需要額外下載
18+
- [Chrome](https://sites.google.com/a/chromium.org/chromedriver/downloads)
19+
- [Firefox](https://github.com/mozilla/geckodriver/releases)
20+
- 題目都是以 `jupyter notebook` 進行,安裝完 Anaconda 後即可用內建 `jupyter notebook` 打開 `.ipynb`
21+
- 建議安裝 Anaconda,如有安裝 Anaconda 只需安裝以下套件
1922

2023
```sh
2124
$ pip install selenium tldextract Pillow

0 commit comments

Comments
 (0)