1. 파이썬(Python) 설치
Download Python
The official home of the Python Programming Language
www.python.org
2. 셀레늄(Selenium) 설치
Window PowerShell 또는 CMD에서 다음 명령어 입력
pip install selenium
3. 크롬 웹드라이버(Webdriver) 설치
ChromeDriver - WebDriver for Chrome - Downloads
Current Releases If you are using Chrome version 91, please download ChromeDriver 91.0.4472.19 If you are using Chrome version 90, please download ChromeDriver 90.0.4430.24 If you are using Chrome version 89, please download ChromeDriver 89.0.4389.23 If yo
chromedriver.chromium.org
크롬 주소 입력창에 아래 코드를 입력하여 설치되어 있는 크롬 버전을 확인
chrome://version
본인의 크롬 버전과 일치하는 Webdriver Zip 다운로드
4. 주피터(Jupyter) 설치
pip install jupyter
설치 완료 후, jupyter notebook 명령어 입력하여 실행