5. 설치 결과는 다음과 같습니다.
실행결과
Collecting uv Downloading uv-0.7.4-py3-none-win_amd64.whl.metadata (11 kB) Downloading uv-0.7.4-py3-none-win_amd64.whl (18.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 10.7 MB/s eta 0:00:00 Installing collected packages: uv Successfully installed uv-0.7.4 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip
6. uv를 이용해서 새로운 프로젝트를 생성하겠습니다. 다음과 같이 입력한 후 Enter 키를 눌러주세요
PS C:\Users\JYSEO> python -m uv init test-server