Skip to content

Commit

Permalink
Merge pull request #434 from IBM/update/main
Browse files Browse the repository at this point in the history
Updating README
  • Loading branch information
romeokienzler authored Feb 21, 2025
2 parents a5d7a9d + 2a78255 commit bc110fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.>
For a stable point-release, use `pip install terratorch==<version>`.

[comment]: <If you prefer to get the most recent version of the main branch, install the library with `pip install git+https://github.com/IBM/terratorch.git`.>
To get the most recent version of the main branch, install the library with `pip install git+https://github.com/IBM/terratorch.git`.

Expand All @@ -43,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 .
```
Expand Down

0 comments on commit bc110fc

Please sign in to comment.