Open
Description
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
Labels
No labels