Skip to content
Discussion options

You must be logged in to vote

Just a side note to anyone else that is wondering, when installing this using pip from the command line either:
pip install "httpx[http2, socks]" or pip install "httpx[http2,socks]" are fine (the double quotes are mandatory though).

However, when including this dependency in a requirements.txt file, this should appear as httpx[http2,socks], i.e. NO double quotes and NO spaces whatsoever. One can also include the version, as usual, like so: httpx[http2,socks]==0.24.1.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@seidnerj
Comment options

@karpetrosyan
Comment options

@seidnerj
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by lovelydinosaur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants