1. 파이썬(Python) 설치
2. 셀레늄(Selenium) 설치
Window PowerShell 또는 CMD에서 다음 명령어 입력
pip install selenium
3. 크롬 웹드라이버(Webdriver) 설치
크롬 주소 입력창에 아래 코드를 입력하여 설치되어 있는 크롬 버전을 확인
chrome://version
본인의 크롬 버전과 일치하는 Webdriver Zip 다운로드
4. 주피터(Jupyter) 설치
pip install jupyter
설치 완료 후, jupyter notebook 명령어 입력하여 실행