Python requests module file -
i using third party tool uses basic python installation can compile new python modules on own. needs .py file can compiled. somehow, not able locate readily available requests module file has python code within it. possible guide me such resources. have checked github link requests official page: https://github.com/kennethreitz/requests i'm confused file clone. best guess init.py file i'm not sure.any guidance on helpful-
please refer screenshot below; have highlighted folder presume has correct compileable python files needed requests. if not right folder please share suggestions-
thanks
you pip install requests
if dont have pip installed can install https://bootstrap.pypa.io/get-pip.py
and can python get-pip.py
to install pip
alternatively @ easy-install
Comments
Post a Comment