topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

explicitly use python 3 pip #68

Closed jlosito closed 5 years ago

jlosito commented 5 years ago

This merge request explicitly uses python 3 pip in order to download the package.

Ge0 commented 5 years ago

Hello @jlosito.

I am not sure this is even needed. When you create a virtual environment for discurses — or even put it in a docker container — your choice of the actual python version impact on pip version as well.

I’ll let @topisani decide about it but I’d rather keep pip instead of pip3.

For more info, see:

https://virtualenv.pypa.io/en/latest/

https://virtualenvwrapper.readthedocs.io/en/latest/

Ge0 commented 5 years ago

Since I have no news about this PR, I shall close them.

Let me know if you have further questions here.