mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
Move uv install under install dependencies
PiperOrigin-RevId: 757008562
This commit is contained in:
parent
2a0524692b
commit
4c191ba6b9
@ -123,13 +123,10 @@ For any changes that impact user-facing documentation (guides, API reference, tu
|
|||||||
source .\.venv\Scripts\activate
|
source .\.venv\Scripts\activate
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
|
||||||
pip install uv
|
|
||||||
```
|
|
||||||
|
|
||||||
3. **Install dependencies:**
|
3. **Install dependencies:**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
pip install uv
|
||||||
uv sync --all-extras
|
uv sync --all-extras
|
||||||
```
|
```
|
||||||
4. **Run unit tests:**
|
4. **Run unit tests:**
|
||||||
|
Loading…
Reference in New Issue
Block a user