singer-io / singer-tap-template

GNU Affero General Public License v3.0
68 stars 31 forks source link

Add `Development` section to the README #3

Open timvisher opened 6 years ago

timvisher commented 6 years ago

This came up in https://github.com/singer-io/singer-tap-template/pull/2.

Given that this template assumes that you are using virtualenvs to develop the tap, the generated README should include a section something like the following.

## Development

1. Create a virtualenv
1. Run `pip install -e '.[dev]'`
1. Run `tap-foo`