aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
518 stars 227 forks source link

Colorama dependency not mentioned or handled #143

Open kpister opened 1 year ago

kpister commented 1 year ago

Hey folks, when installing on Windows I ran into the issue of colorama module not found. Could that be added to the requirements section? pip install colorama was sufficient to resolve the issue.

https://github.com/aws/aws-elastic-beanstalk-cli-setup/blob/6b2d6646c728e9ccfc6bb482926bb6ba5451c322/scripts/ebcli_installer.py#L355