Skip to content

Commit 36a4a33

Browse files
docs: fix uv installation examples
1 parent 175a8ab commit 36a4a33

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ report = fetcher.fetch(query)
5858
report.to_pandas()
5959

6060
# Write to CSV
61-
writer.create_writer('console').write(report, 'api_data')
61+
writer.create_writer('csv').write(report, 'api_data')
6262
```
6363

6464

docs/fetchers/google-analytics-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install garf-executors garf-google-analytics
1717

1818
/// tab | uv
1919
```
20-
uv add garf-executors garf-google-analytics
20+
uv pip install garf-executors garf-google-analytics
2121
```
2222
///
2323

docs/fetchers/youtube-data-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install garf-executors garf-youtube-data-api
1414

1515
/// tab | uv
1616
```
17-
uv add garf-executors garf-youtube-data-api
17+
uv pip install garf-executors garf-youtube-data-api
1818
```
1919
///
2020

docs/fetchers/youtube-reporting-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install garf-executors garf-youtube-reporting-api
1212

1313
/// tab | uv
1414
```
15-
uv add garf-executors garf-youtube-reporting-api
15+
uv pip install garf-executors garf-youtube-reporting-api
1616
```
1717
///
1818

docs/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install garf-executors
1212

1313
/// tab | uv
1414
```
15-
uv add garf-executors
15+
uv pip install garf-executors
1616
```
1717
///
1818

docs/usage/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pip install garf-core
2424

2525
/// tab | uv
2626
```bash
27-
uv add garf-core
27+
uv pip install garf-core
2828
```
2929
///

docs/usage/writers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install garf-io
2626

2727
/// tab | uv
2828
```bash
29-
uv add garf-io
29+
uv pip install garf-io
3030
```
3131
///
3232

0 commit comments

Comments
 (0)