Skip to content

Commit

Permalink
Deployed 795ee53 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGomes98 committed May 23, 2024
1 parent 7008826 commit 6316b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quick_start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@

<h1 id="quick-start">Quick start</h1>
<p>We suggest using Python==3.10.
To get started, make sure to have <code>PyTorch &gt;= 2</code> <a href="https://pytorch.org/get-started/locally/">installed</a>. </p>
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>
<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>
<p>Install TerraTorch with <code>pip install git+https://github.com/IBM/terratorch.git</code></p>
<p>To install as a developer (e.g. to extend the library) clone this repo, and run <code>pip install -e .</code>.</p>
<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>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 6316b9b

Please sign in to comment.