Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows color support using colorama #31

Open
reorx opened this issue Mar 29, 2017 · 0 comments
Open

Windows color support using colorama #31

reorx opened this issue Mar 29, 2017 · 0 comments
Labels

Comments

@reorx
Copy link
Owner

reorx commented Mar 29, 2017

Add:

    extras_require = {
        ':sys_platform=="win32"': ['colorama']
    }

in setup.py; in code, add:

https://github.com/Qix-/better-exceptions/blob/master/better_exceptions/color.py#L53

part.

@reorx reorx added the todo label Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant