[PYTHON] Installieren Sie easy_install und pip unter Windows
- Laden Sie https://bootstrap.pypa.io/ez_setup.py herunter und führen Sie es aus
- Easy_install.exe wird in
C: \ Python27 \ Scripts \
generiert.
- Fügen Sie Ihrem PATH
C: \ Python27 \ Scripts \
hinzu
easy_install pip
installiert pip.