Skip to content

Commit a02b6cd

Browse files
Use pipx to install terrastorch
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent 0401bf8 commit a02b6cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ In order to use th file `pyproject.toml` it is necessary to guarantee `pip>=21.8
1919
For a stable point-release, use `pip install terratorch`.
2020
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`.
2121

22+
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
23+
a common CLI tool, with no need of installing dependencies or activating environements.
24+
2225
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`.
2326

2427
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 .`

0 commit comments

Comments
 (0)