pip3 instead of pip?
Closed this issue · 1 comments
aguthrie19 commented
The installation instructions cite the use of pip, but I believe pip3 is more appropriate for use with python 3.5+
https://github.com/AnesBenmerzoug/depender#install-latest-release
AnesBenmerzoug commented
You're right. For systems whose default python version is 2.7 it's better to be specific.
I'll add a note about that to the readme.