How to use Python Pip install software, to pull packages from Github?

后端 未结 3 1942
梦毁少年i
梦毁少年i 2020-12-13 13:50

I\'m trying to install a package from Github, using Pip, using the following syntax

pip install -e git+https://github.com/facebook/python-sdk.git#egg=Faceboo         


        
3条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 14:06

    for windows users:

    1) I first download and unpack the file.

    2) Then in the python directory going to \Scripts

    3) Starting here the command prompt

    4) pip install C:\Theano-master # theano-master is example library

提交回复
热议问题