Skip to content

Commit 63b1036

Browse files
authored
docs(readme): fix git install instruction (#373)
1 parent fbbe645 commit 63b1036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pip install torchcam
136136
Alternatively, if you wish to use the latest features of the project that haven't made their way to a release yet, you can install the package from source:
137137

138138
```shell
139-
pip install torch-cam @ git+https://github.com/frgfm/torch-cam.git
139+
pip install torchcam @ git+https://github.com/frgfm/torch-cam.git
140140
```
141141

142142

docs/docs/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ uv venv --python 3.11
1919
=== "Latest"
2020

2121
```bash
22-
$ uv pip install torch-cam @ git+https://github.com/frgfm/torch-cam.git
22+
$ uv pip install torchcam @ git+https://github.com/frgfm/torch-cam.git
2323
```
2424

2525

@@ -36,7 +36,7 @@ You'll need [Python](https://www.python.org/downloads/) 3.11 or higher, and a pa
3636
=== "Latest"
3737

3838
```bash
39-
$ uv pip install --system torch-cam @ git+https://github.com/frgfm/torch-cam.git
39+
$ uv pip install --system torchcam @ git+https://github.com/frgfm/torch-cam.git
4040
```
4141

4242
=== "Stable (pip)"
@@ -48,7 +48,7 @@ You'll need [Python](https://www.python.org/downloads/) 3.11 or higher, and a pa
4848
=== "Latest (pip)"
4949

5050
```bash
51-
$ pip install torch-cam @ git+https://github.com/frgfm/torch-cam.git
51+
$ pip install torchcam @ git+https://github.com/frgfm/torch-cam.git
5252
```
5353

5454
!!! info

0 commit comments

Comments
 (0)