Move uv install under install dependencies

PiperOrigin-RevId: 757008562
This commit is contained in:
Selcuk Gun
2025-05-09 20:33:05 -07:00
committed by Copybara-Service
parent 2a0524692b
commit 4c191ba6b9
+1 -4
View File
@@ -123,13 +123,10 @@ For any changes that impact user-facing documentation (guides, API reference, tu
source .\.venv\Scripts\activate
```
```shell
pip install uv
```
3. **Install dependencies:**
```shell
pip install uv
uv sync --all-extras
```
4. **Run unit tests:**