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

gitcheck installation with pip doesn't install 'colored' automatically #33

Open
karmicdude opened this issue Nov 30, 2016 · 2 comments
Open

Comments

@karmicdude
Copy link

Just for your information, maybe it is the way it should be.
For example:

# Python 3.5
virtualenv gitcheck
. gitcheck/bin/activate
pip install git+git://github.com/badele/gitcheck.git
gitcheck
     ....
    ImportError: No module named 'colored'
pip install colored

I think that the pip does't install colored automatically from base.txt.

@yucer
Copy link

yucer commented Jan 17, 2017

@johnyf
Copy link

johnyf commented Apr 19, 2017

Any chance this can be fixed by merging the PR mentioned above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants