You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/quick_start.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
We suggest using Python==3.10.
3
3
To get started, make sure to have `PyTorch >= 2`[installed](https://pytorch.org/get-started/locally/).
4
4
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 .`.
6
8
7
9
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.
0 commit comments