Search

초기 세팅 (1)

visual studio 다운로드 https://code.visualstudio.com python 3 다운로드 https://www.python.org → 환경변수 https://anys4udoc.readthedocs.io/en/latest/attach/zz-python-install.html webdriver chrome 다운로드 https://developer.chrome.com/docs/chromedriver/downloads → 경로지정 혹은 해당 파일에 붙여넣기
1. 파일 생성 2. {}.py 생성 3. 가상환경 세팅 https://homubee.tistory.com/38 - venv https://liebe97.tistory.com/10
pip install gspread pip install selenium
HTML
복사
(추가) 터미널에서 버전 확인 https://rk1993.tistory.com/424
python3 !pip --version
HTML
복사