Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 239 Bytes
# 가상환경 생성 후 활성화
python3 -m venv myvenv 
source myvenv/bin/activate

# 프로젝트 폴더로 이동
cd newsseuk

# 패키지 설치
pip3 install -r requirements.txt

# 로컬 서버 실행
python3 apps.py