From 5efb2ffac718ebeed83675ca5afcde342bce63ce Mon Sep 17 00:00:00 2001 From: Joao Lucas de Sousa Almeida Date: Fri, 14 Feb 2025 21:17:43 -0300 Subject: [PATCH 1/2] Updating README Signed-off-by: Joao Lucas de Sousa Almeida --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9918655b..1fde4428 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ TerraTorch’s main purpose is to provide a flexible fine-tuning framework for G ### Pip In order to use th file `pyproject.toml` it is necessary to guarantee `pip>=21.8`. If necessary upgrade `pip` using `python -m pip install --upgrade pip`. -[comment]: +For a stable point-release, use `pip install terratorch==`. + [comment]: To get the most recent version of the main branch, install the library with `pip install git+https://github.com/IBM/terratorch.git`. From 2a7825525859ac173615ba7870e3bf796794726f Mon Sep 17 00:00:00 2001 From: Joao Lucas de Sousa Almeida Date: Fri, 14 Feb 2025 21:26:33 -0300 Subject: [PATCH 2/2] Updating README Signed-off-by: Joao Lucas de Sousa Almeida --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fde4428..b789f666 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To install as a developer (e.g. to extend the library): ``` git clone https://github.com/IBM/terratorch.git cd terratorch -pip install -r requirements/required.txt -r requirements/dev.txt +pip install -r requirements_test.txt conda install -c conda-forge gdal pip install -e . ```