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: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Testing:
28
28
29
29
The recommended way to install TorchGeo is with [pip](https://pip.pypa.io/):
30
30
31
-
```console
32
-
$ pip install torchgeo
31
+
```sh
32
+
pip install torchgeo
33
33
```
34
34
35
35
For [conda](https://docs.conda.io/) and [spack](https://spack.io/) installation instructions, see the [documentation](https://torchgeo.readthedocs.io/en/stable/user/installation.html).
TorchGeo also supports command-line interface training using [LightningCLI](https://lightning.ai/docs/pytorch/stable/cli/lightning_cli.html). It can be invoked in two ways:
194
194
195
-
```console
195
+
```sh
196
196
# If torchgeo has been installed
197
197
torchgeo
198
198
# If torchgeo has been installed, or if it has been cloned to the current directory
@@ -201,7 +201,7 @@ python3 -m torchgeo
201
201
202
202
It supports command-line configuration or YAML/JSON config files. Valid options can be found from the help messages:
0 commit comments