unable to install it in windows 10
Hi everyone. I could n't install faced on my Windows , I got this error and didn't understand it . I appreciate if you could help me to install and use it
""
C:\Users\user1\Desktop\31Dec2018\faced>pip install git+https://github.com/iitzco/faced.git
Collecting git+https://github.com/iitzco/faced.git
Cloning https://github.com/iitzco/faced.git to c:\users\user1\appdata\local\temp\pip-req-build-ei3jp_f7
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "
Thank you
just clone it on PC and modify install.py
change
def readme(): with open('README.md') as f: return f.read()
to
def readme(): pass
then install it