From 8249b2a87c4b0ad8bc2246477a92e8612939a801 Mon Sep 17 00:00:00 2001 From: Julie Coustenoble <90832786+juliecoust@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:10:06 +0100 Subject: [PATCH] update pip statement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 132c816..3a44343 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git +pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git@v2 ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ecotaxa/ecotaxa_py_client.git@v2`) Then import the package: ```python