You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
This came up in #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.The text was updated successfully, but these errors were encountered: