본문 바로가기

스타디/파이썬 selenium 자동화

파이썬 설치 및 비쥬얼 스튜디오 코드 VScode 설치

반응형
  1. 파이썬 다운로드 후 설치
  2. 비쥬얼 스튜디오 코드 (VScode) 다운로드 후 설치

[파이썬 다운로드 및 설치]

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

위 링크에서 개인 컴퓨터에 맞는 환경의 파이썬 다운로드 받은 뒤 설치

설치 시 유의 할 점은 Add Python 3.X to PATH 해당 영역 체크 하고 설치 한다.

 

[VSCODE 다운로드 및 설치]

IDE = 통합개발환경

내가 사용할 IDE는 비주얼스튜디오 코드 VScode 이다.

아래 링크에서 다운로드 후 설치 완료 한다.

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

 

반응형