Skip to content

Commit 7008826

Browse files
committed
Deployed 5819fcc with MkDocs version: 1.6.0
1 parent 08ecff0 commit 7008826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quick_start/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@
462462
<h1 id="quick-start">Quick start</h1>
463463
<p>We suggest using Python==3.10.
464464
To get started, make sure to have <code>PyTorch &gt;= 2</code> <a href="https://pytorch.org/get-started/locally/">installed</a>. </p>
465-
<p>To install the package, clone the repository and install it with <code>pip install -e .</code> from within the repository directory.</p>
465+
<p>Install TerraTorch with <code>pip install git+https://github.com/IBM/terratorch.git</code></p>
466+
<p>To install as a developer (e.g. to extend the library) clone this repo, and run <code>pip install -e .</code>.</p>
466467
<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>
467468
<h2 id="creating-prithvi-backbones">Creating Prithvi Backbones</h2>
468469
<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>

0 commit comments

Comments
 (0)