aws / git-remote-codecommit

An implementation of Git Remote Helper that makes it easier to interact with AWS CodeCommit
Apache License 2.0
271 stars 38 forks source link

Add `brew install git-remote-codecommit` as an option on readme #32

Open upretip opened 3 years ago

upretip commented 3 years ago

For installation on MacOS a homebrew formula already exists. For those of us who would like to install this tool via homebrew (and keep python deps clean) this would be a good enhancement. I am thinking just adding a line above the pip install part. I am happy to send a PR

mariomerco commented 1 year ago

This actually helped me resolving this issue: ImportError: cannot import name 'PROTOCOL_TLS' from 'urllib3.util.ssl_'

Homebrew makes it easy!