Skip to content

Commit 6058803

Browse files
authored
Add pip install instructions
1 parent 526ddce commit 6058803

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ A [Singer](https://singer.io/) postgres target, for use with Singer streams gene
1212
- Adds columns and sub-tables as new fields are added to the stream [JSON Schema](https://json-schema.org/)
1313
- Full stream replication via record `version` and `ACTIVATE_VERSION` messages.
1414

15+
## Install
16+
17+
```sh
18+
pip install singer-target-postgres
19+
```
20+
1521
## Usage
1622

1723
1. Follow the

0 commit comments

Comments
 (0)