From bcef4133d2f30bdb24de96691fa6b4805e9322b5 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 7 Jun 2025 17:21:58 +0900 Subject: [PATCH] =?UTF-8?q?README.md=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80:=20=ED=99=98=EA=B2=BD=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8B=A4=ED=96=89=20=EB=B0=A9=EB=B2=95=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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