Skip to content

Commit f5c8214

Browse files
committed
add comment to docs about installing gdal
Signed-off-by: Carlos Gomes <[email protected]>
1 parent dd08af6 commit f5c8214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quick_start.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Quick start
22
We suggest using Python==3.10.
3-
To get started, make sure to have `PyTorch >= 2` [installed](https://pytorch.org/get-started/locally/).
3+
To get started, make sure to have [PyTorch](https://pytorch.org/get-started/locally/) >= 2.0.0 and [GDAL](https://gdal.org/index.html) installed.
4+
5+
Installing GDAL 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`.
46

57
Install TerraTorch with `pip install git+https://github.com/IBM/terratorch.git`
68

0 commit comments

Comments
 (0)