You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/quick_start.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Quick start
2
2
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`.
4
6
5
7
Install TerraTorch with `pip install git+https://github.com/IBM/terratorch.git`
0 commit comments