Installing Pip on Msys

后端 未结 3 1216
日久生厌
日久生厌 2021-02-13 17:46

I have built a simple PyGTK app using Python 3.5.2 and Msys but I need some modules not in the default installation, and although I could use setup.py install to ge

3条回答
  •  情话喂你
    2021-02-13 18:20

    To install pip, securely download get-pip.py.

    Then run the following:

    python get-pip.py
    

    For more details refer: https://pip.pypa.io/en/stable/installing/

提交回复
热议问题