dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
76 stars 53 forks source link

`python -m pip` in documentation #102

Closed dbeatty10 closed 2 years ago

dbeatty10 commented 2 years ago

Describe the feature

Update bare instances of pip ... to python -m pip ... instead.

Additional context

Longer: Why you should use python -m pip Shorter: Use 'python -m pip' Everywhere

Who will this benefit?

This helps normalize the more predictable but verbose syntax over the shorter, more ubiquitous, and unpredictable syntax.