We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
colored
The text was updated successfully, but these errors were encountered:
I have tried to fix it in that pull-request. Useful references :
http://stackoverflow.com/questions/15422527/best-practices-how-do-you-list-required-dependencies-in-your-setup-py
http://stackoverflow.com/a/33685899/469294
Sorry, something went wrong.
Any chance this can be fixed by merging the PR mentioned above?
No branches or pull requests
Just for your information, maybe it is the way it should be.
For example:
I think that the pip does't install
colored
automatically from base.txt.The text was updated successfully, but these errors were encountered: