Skip to content

Commit 5819fcc

Browse files
committed
install instructions in quick_start
Signed-off-by: Carlos Gomes <[email protected]>
1 parent 8925c94 commit 5819fcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quick_start.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
We suggest using Python==3.10.
33
To get started, make sure to have `PyTorch >= 2` [installed](https://pytorch.org/get-started/locally/).
44

5-
To install the package, clone the repository and install it with `pip install -e .` from within the repository directory.
5+
Install TerraTorch with `pip install git+https://github.com/IBM/terratorch.git`
6+
7+
To install as a developer (e.g. to extend the library) clone this repo, and run `pip install -e .`.
68

79
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.
810

0 commit comments

Comments
 (0)