SMALL
1. anaconda 환경설정이 완료된 상탬이어야 함.
2. cmd 활성화
3. conda 명령어 체크
conda --version
4. flask 폴더 ( 프로젝트 생성)
conda create -n flask (conda create -n( --name 약어 ) , flask( 프로젝트 명칭) )
5. 생성 폴더 확인
conda env list
6. 가상환경 및 프로젝트 확인
LIST
'IT > Python' 카테고리의 다른 글
Python 크롤링 MongoDB insert (0) | 2023.03.20 |
---|---|
python flask server 실행 (0) | 2023.03.04 |
python flask 설치 ( anaconda3) (0) | 2023.03.04 |
anaconda3 window 설치 (0) | 2023.03.04 |