juancarlospaco / faster-than-requests

Faster requests on Python 3
https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e
MIT License
1.1k stars 89 forks source link

Add to the documentation pip install wheel #200

Closed BernardoOlisan closed 2 years ago

BernardoOlisan commented 2 years ago

So I saw a issue that is open, this issue is saying that installation with pip install faster_than_requests fails, is because you need to install this first, in order to be able to install the wheel package, It would be a good idea to add in the docs, install first pip install wheel

:)

juancarlospaco commented 2 years ago

Your PR does not contain the changes you said, it is basically empty.

The code in the repo does NOT really depend on wheel at all, if PIP needs wheel to work properly then open a bug to them, because I can not fix PIP sorry. 🙂