luispedro / jug

Parallel programming with Python
https://jug.readthedocs.io
MIT License
412 stars 62 forks source link

Updated README.rst #81

Closed Nageshwar-stp closed 3 years ago

luispedro commented 4 years ago

Thanks

I agree that it could be a good idea to mention pip3, but I am not sure if the phrasing is the best. Are the newer distributions still including pip3? I would expect that eventually they phase it out, like they now just use python to refer to python3, but I might be wrong.

Nageshwar-stp commented 4 years ago

You are right, but even now many users use both python2 and python3 and their respective pip for their projects and work. So, it's a good idea to mention both, and even Linux and Unix system still recognize pip3 for python3 and only pip for python2.

Thanks

luispedro commented 4 years ago

But the phrasing is incorrect as it is not the case that this is the best way to install in all Linux/Mac OS installations. I can accept a rephrased version, but this is now incorrect.