Skip to content

Commit aff6b3b

Browse files
chore: Updated the README
1 parent 1efc8f5 commit aff6b3b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A full list of supported settings and capabilities is available by running: `tar
2727
## Installation
2828

2929
```bash
30-
pipx install git+https://github.com/MeltanoLabs/target-csv.git
30+
uv tool install --from meltanolabs-target-csv target-csv
3131
```
3232

3333
## Usage
@@ -54,7 +54,7 @@ tap-smoke-test --config=tap-smoke-test-config.json | target-csv
5454
### Initialize your Development Environment
5555

5656
```bash
57-
pipx install poetry
57+
uv tool install poetry
5858
poetry install
5959
```
6060

@@ -84,20 +84,18 @@ the file.
8484
Next, install Meltano (if you haven't already) and any needed plugins:
8585

8686
```bash
87-
# Install meltano
88-
pipx install meltano
89-
# Initialize meltano within this directory
90-
cd target-csv
91-
meltano install
87+
uv tool install meltano
9288
```
9389

9490
Now you can test and orchestrate using Meltano:
9591

9692
```bash
9793
# Test invocation:
9894
meltano invoke target-csv --version
95+
9996
# OR run a test `elt` pipeline with the Carbon Intensity sample tap:
100-
meltano elt tap-smoke-test target-csv
97+
meltano run tap-smoke-test target-csv
98+
10199
# Or with debug logging:
102100
meltano --log-level=debug elt tap-smoke-test target-csv
103101
```

0 commit comments

Comments
 (0)