From 12af4377e95cb1a343ea2d0585d6a389ce90fcc7 Mon Sep 17 00:00:00 2001 From: Alessandra Gherardelli Date: Thu, 28 Nov 2024 16:53:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13c05a2..cdff38a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/WFP-VAM/DataBridgesAPI.git@release/v5.0 +pip install git+https://github.com/WFP-VAM/DataBridgesAPI.git ``` (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/WFP-VAM/DataBridgesAPI.git`)