From fe1be8b0ecd1b8805f9b49baded421d4292b8873 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 2 Jul 2025 19:58:07 +0100 Subject: [PATCH] PyPI installation --- README.md | 2 +- docs/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63b1bbf..e27a2f4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A complete HTTP framework for Python. *Installation...* ```shell -$ pip install git+https://github.com/encode/httpnext.git +$ pip install --pre httpx ``` *Making requests as a client...* diff --git a/docs/index.md b/docs/index.md index ec6882a..306998e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,11 +15,11 @@ A complete HTTP toolkit for Python. Supporting both client & server, and availab
httpx
```{ .shell .httpx } -$ pip install 'https://www.encode.io/httpnext/httpx-1.0.dev1-py3-none-any.whl' +$ pip install --pre httpx' ``` ```{ .shell .ahttpx .hidden } -$ pip install 'https://www.encode.io/httpnext/ahttpx-1.0.dev1-py3-none-any.whl' +$ pip install --pre ahttpx' ``` *Making requests as a client...* @@ -99,7 +99,7 @@ The repository for this project is currently private. We’re looking at creating paid opportunities for working on open source software *which are properly compensated, flexible & well balanced.* -If you're interested in a position working on this project, please send an intro: `kim` @ `encode.io`. +If you're interested in a position working on this project, please send an intro: *kim@encode.io* ---