Skip to content

Commit 37a9b90

Browse files
Merge pull request #289 from IBM/Joao-L-S-Almeida-patch-1
Update README.md
2 parents 8ef03b1 + 529fee2 commit 37a9b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The library provides:
1818
### Pip
1919
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`.
2020

21-
For a stable point-release, use `pip install terratorch`.
22-
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`.
21+
[comment]: <For a stable point-release, use `pip install terratorch`.>
22+
[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`.>
23+
To get the most recent version of the main branch, install the library with `pip install git+https://github.com/IBM/terratorch.git`.
2324

24-
Another alternative is to install using [pipx](https://github.com/pypa/pipx) via `pipx install terratorch`, which creates an isolated environment and allows the user to run the application as
25-
a common CLI tool, with no need of installing dependencies or activating environments.
25+
[comment]: <Another alternative is to install using [pipx](https://github.com/pypa/pipx) via `pipx install terratorch`, which creates an isolated environment and allows the user to run the application as a common CLI tool, with no need of installing dependencies or activating environments.>
2626

2727
TerraTorch requires gdal to be installed, which can be quite a complex process. If you don't have GDAL set up on your system, we reccomend using a conda environment and installing it with `conda install -c conda-forge gdal`.
2828

0 commit comments

Comments
 (0)