Skip to content

Commit

Permalink
Add pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
awm33 authored Jan 9, 2019
1 parent 526ddce commit 6058803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ A [Singer](https://singer.io/) postgres target, for use with Singer streams gene
- Adds columns and sub-tables as new fields are added to the stream [JSON Schema](https://json-schema.org/)
- Full stream replication via record `version` and `ACTIVATE_VERSION` messages.

## Install

```sh
pip install singer-target-postgres
```

## Usage

1. Follow the
Expand Down

0 comments on commit 6058803

Please sign in to comment.