8000 gitcheck installation with pip doesn't install 'colored' automatically · Issue #33 · badele/gitcheck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
gitcheck installation with pip doesn't install 'colored' automatically #33
Open
@karmicdude

Description

6307 @karmicdude

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0