pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

pip+git should read pip+http #51

Open cdragicevic opened 4 years ago

cdragicevic commented 4 years ago

Hi, I am a newbe in python. There is a line in readme that says to install python-qt5 with the following command: pip install git+git://github.com/pyqt/python-qt5.git

it should read: pip install git+http://github.com/pyqt/python-qt5.git

It worked for after several minutes