Skip to content

Commit 94fcff4

Browse files
committed
docs: install uv via official installer (curl/winget)
1 parent 963b5e1 commit 94fcff4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,17 @@ MCP for Unity connects your tools using two components:
6767

6868
* **Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
6969
* **Unity Hub & Editor:** Version 2021.3 LTS or newer. [Download Unity](https://unity.com/download)
70-
* **uv (Python package manager):**
70+
* **uv (Python toolchain manager):**
7171
```bash
72-
pip install uv
73-
# Or see: https://docs.astral.sh/uv/getting-started/installation/
72+
# macOS / Linux
73+
curl -LsSf https://astral.sh/uv/install.sh | sh
74+
75+
# Windows (PowerShell)
76+
winget install Astral.Sh.Uv
77+
78+
# Docs: https://docs.astral.sh/uv/getting-started/installation/
7479
```
80+
7581
* **An MCP Client:** : [Claude Desktop](https://claude.ai/download) | [Claude Code](https://github.com/anthropics/claude-code) | [Cursor](https://www.cursor.com/en/downloads) | [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview) | [Windsurf](https://windsurf.com) | Others work with manual config
7682

7783
* <details> <summary><strong>[Optional] Roslyn for Advanced Script Validation</strong></summary>

0 commit comments

Comments
 (0)