Open timvisher opened 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.
README
## Development 1. Create a virtualenv 1. Run `pip install -e '.[dev]'` 1. Run `tap-foo`
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.