Open kpister opened 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.
colorama
pip install colorama
https://github.com/aws/aws-elastic-beanstalk-cli-setup/blob/6b2d6646c728e9ccfc6bb482926bb6ba5451c322/scripts/ebcli_installer.py#L355
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