-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README and setup.py #21
Conversation
What versions of Python can this be used with? It would be nice to have that information in the README and the setup.py. 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should re-frame this into 3 sections:
- "How to install this connector"
- "How to use this connector"
- "How to make changes to this connector as a developer"
As a user of the library, I probably don't care about running tests or making changes. (but I do care about how I need to use it)
Co-Authored-By: Christopher Wilcox <[email protected]>
Updating the README with instructions on how to set up a dev environment/how to use!