본문 바로가기
Python/Python

[Python] Python 설치

by 기록하는_사람 2022. 9. 5.

Python 설치

1. 아래 사이트에 접속한다.

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

2. Downloads 아래 가장 최신 버전의 Python을 다운로드한다.

Add Python 3.10 to PATH를 체크하고 Install Now를 클릭하여 다운로드한다.

3. 다운로드가 제대로 되었는지 확인한다.

윈도우키 + R 을 눌러 창을 열고 'cmd'를 입력해 cmd창을 연다.

'pip'를 입력한 후 아래와 같이 뜨면 제대로 설치가 된 것이다.

4. IDLE

IDLE을 검색해서 들어갈 수 있다.

 

Visual Studio Code 설치 및 기본 세팅

https://codingrecord2209.tistory.com/6

 

Visual Studio Code 설치 및 기본 설정 세팅

Visual Studio Code 설치 1. 아래 사이트에 접속한다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for buildin..

codingrecord2209.tistory.com

 

댓글