Skip to content

Commit 908cde8

Browse files
Updating installation guide
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent f173c1e commit 908cde8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The library provides:
1616
### Pip
1717
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`.
1818

19-
Install the library with `pip install git+https://github.com/IBM/terratorch.git`
19+
For a stable point-release, use `pip install terratorch`.
20+
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`
2021

2122
To install as a developer (e.g. to extend the library) clone this repo, install dependencies using `pip install -r requirements.txt` and run `pip install -e .`
2223

0 commit comments

Comments
 (0)