How To Install PIP Packet Manager on MacOS?! | bash: pip: command not found Solution
У вашего броузера проблема в совместимости с HTML5
Python Beginners:
pip Documentation:
https://packaging.python.org/tutorials/installing-packages/
Easy_Install Documentation:
http://setuptools.readthedocs.io/en/latest/easy_install.html
Terminal Code:
pip --version (to check the version and to check if its already in your mac)
sudo easy_install pip (Installs the Pip Packet Manager to your Mac)
sudo pip uninstall pip (Uninstalls the PIP Packet Manager from your Mac)