Skip to content

Commit

Permalink
Deployed 5819fcc with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGomes98 committed May 17, 2024
1 parent 08ecff0 commit 7008826
Showing 1 changed file 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 @@ -462,7 +462,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>
<p>To install the package, clone the repository and install it with <code>pip install -e .</code> from within the repository directory.</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>
<h2 id="creating-prithvi-backbones">Creating Prithvi Backbones</h2>
<p>In the simplest case, we might only want access to one of the prithvi backbones and code all the rest ourselves. In this case, we can simply use the library as a backbone factory:</p>
Expand Down

0 comments on commit 7008826

Please sign in to comment.