uchicago-cs / chistributed

8 stars 7 forks source link

Update README to specify usage of pip3 #5

Closed adeora closed 6 years ago

adeora commented 6 years ago

The README file says to use pip, but on the UChicago CSIL machines pip defaults to Python2.7. This has caused issues with import of zmq.eventloop for a few people in this quarters ADS class. Installing with pip3 rather than pip fixes the issue.

As such, this PR updates the README file to specify pip3 usage rather than pip usage.