Restful API

[Restful API] 가상환경 설정 + 프레임워크와 라이브러리 설치

건휘맨 2024. 5. 20. 17:37

Anaconda Prompt 를 실행하고 가상환경 생성

$ conda create -n 가상환경이름 python=3.10

 

생성하고 python flask 프레임 워크 설치

$ pip install flask flask-restful