tableau / connector-plugin-sdk

SDK for Developing Tableau Connector Plugins
https://tableau.github.io/connector-plugin-sdk/
MIT License
105 stars 107 forks source link

remove setup.py references #1215

Closed lukewrites closed 6 months ago

lukewrites commented 6 months ago

Update install instructions to only use pip rather than calling setup.py. Removes some instructions that shouldn't matter to end users, and also removes the python pip calls with plain pip calls.

This should close #1203. Related: #1216