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
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
pip install C:\Theano-master