diff --git a/README.md b/README.md index e69de29..ba08865 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +# 환경 설정 + +이 프로젝트는 [uv](https://docs.astral.sh/uv/getting-started/installation/)라는 Python 패키지 관리자를 사용하여 설정해야합니다. + +uv 설치 후 다음과 같은 명령어를 입력합니다. + +``` +uv sync +``` + +venv와 패키지가 설치가 됩니다. + +# 실행 방법 + +``` +uv run main.py +``` + +이러면 http(s)://localhost:11080로 서버가 열리게 됩니다. \ No newline at end of file