tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Simplify Environment Setup with a package.json file #575

Open stephenlprice opened 1 year ago

stephenlprice commented 1 year ago

Environment information:

Describe the issue The environment setup docs in CONTRIBUTING.md ask that you run the command npm install markdown-toc markdownlint to install markdown utilities. This can me simplified by adding a package.json which will help with the management of these dependencies and the new install command would be simplified to npm install.