Skip to content

Commit 6316b9b

Browse files
committed
Deployed 795ee53 with MkDocs version: 1.6.0
1 parent 7008826 commit 6316b9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

quick_start/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@
461461

462462
<h1 id="quick-start">Quick start</h1>
463463
<p>We suggest using Python==3.10.
464-
To get started, make sure to have <code>PyTorch &gt;= 2</code> <a href="https://pytorch.org/get-started/locally/">installed</a>. </p>
464+
To get started, make sure to have <a href="https://pytorch.org/get-started/locally/">PyTorch</a> &gt;= 2.0.0 and <a href="https://gdal.org/index.html">GDAL</a> installed. </p>
465+
<p>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 <code>conda install -c conda-forge gdal</code>.</p>
465466
<p>Install TerraTorch with <code>pip install git+https://github.com/IBM/terratorch.git</code></p>
466467
<p>To install as a developer (e.g. to extend the library) clone this repo, and run <code>pip install -e .</code>.</p>
467468
<p>You can interact with the library at several levels of abstraction. Each deeper level of abstraction trades off some amount of flexibility for ease of use and configuration.</p>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)