From 8eed1cb7f82430bd2a2f50b93cd60469890bd842 Mon Sep 17 00:00:00 2001 From: Vinh-Toan Phan Date: Mon, 7 Apr 2025 16:48:54 +0200 Subject: [PATCH 1/3] Installation with uv --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c6252eb..2b0c1b6 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,19 @@ https://docs.deepomatic.com/deepomatic-api-v0-7 # Installation +## Python ```bash pip install deepomatic-api ``` +## Uv +**GCloud needs to be initialized** +```` +gcloud init + +``` +``` +uv tool install deepomatic-cli +``` # Client From 5f033be3775f827eab751de39ea69221f48ce867 Mon Sep 17 00:00:00 2001 From: Vinh-Toan Phan Date: Mon, 7 Apr 2025 16:49:56 +0200 Subject: [PATCH 2/3] wip --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b0c1b6..1785c1c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,8 @@ pip install deepomatic-api ``` ## Uv **GCloud needs to be initialized** -```` +```bash gcloud init - -``` -``` uv tool install deepomatic-cli ``` From 6ab782ba31712438c9957db7e4d173aaa1473e70 Mon Sep 17 00:00:00 2001 From: Vinh-Toan Phan Date: Mon, 7 Apr 2025 17:54:53 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1785c1c..4c01537 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ pip install deepomatic-api ## Uv **GCloud needs to be initialized** ```bash -gcloud init uv tool install deepomatic-cli ```