본문 바로가기

S-DEV/파이썬

플라스크 환경 구축

728x90

1. python 설치

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

2. 가상 환경 만들기

가상 환경 활성 : source venv/bin/activate

가상 환경 비활성 : deactivate

 

3. 플라스크 설치

pip install flask

4. Visual Studio Code 설치

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

Visual Studio Code 설치 후 파이썬 확장 기능 설치 

 

 

'S-DEV > 파이썬' 카테고리의 다른 글

홈페이지 구축 (Flask)  (0) 2023.10.19
최소한의 기능 앱 만들기  (0) 2023.09.30
정규화 표현식  (0) 2023.07.20
파이썬 기초 문법  (0) 2023.07.19