python - How to install a library from github? -


trying install library.

https://github.com/pib/pybrowser

with command

pip install git+https://github.com/pib/pybrowser.git 

and run error

setup.py 

so cloned repo in sites-packages folder, still isnt seeing installed in python...

thanks!

that not library, it's application. it's not designed installed package can used in other applications.


Comments