Open tseemann opened 6 years ago
I think python3 requires that pip3 be used to avoid issues with co-installed v2 and v3.
python3
pip3
It would be good to change your instructions to pip3 install.
pip3 install
@tseemann This makes sense; Thanks for the suggested clarification. Feel free to submit a PR.
I think
python3
requires thatpip3
be used to avoid issues with co-installed v2 and v3.It would be good to change your instructions to
pip3 install
.