PyBeacon
PyBeacon copied to clipboard
Update pip version in project readme
The readme file contains setup command that would invoke pip for python 2.7, which is not what is expected. Fixing these commands with pip3 fixes the issues one would face while setting up the project.
#76