Skip to content

Commit 2566e4c

Browse files
PyPI installation (#113)
1 parent c1c3e7d commit 2566e4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A complete HTTP framework for Python.
1111
*Installation...*
1212

1313
```shell
14-
$ pip install git+https://github.com/encode/httpnext.git
14+
$ pip install --pre httpx
1515
```
1616

1717
*Making requests as a client...*

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ A complete HTTP toolkit for Python. Supporting both client & server, and availab
1515
<div class="tabs"><a onclick="httpx()" class="httpx">httpx</a> <a onclick="ahttpx()" class="ahttpx hidden">ahttpx</a></div>
1616

1717
```{ .shell .httpx }
18-
$ pip install 'https://www.encode.io/httpnext/httpx-1.0.dev1-py3-none-any.whl'
18+
$ pip install --pre httpx'
1919
```
2020

2121
```{ .shell .ahttpx .hidden }
22-
$ pip install 'https://www.encode.io/httpnext/ahttpx-1.0.dev1-py3-none-any.whl'
22+
$ pip install --pre ahttpx'
2323
```
2424

2525
*Making requests as a client...*
@@ -99,7 +99,7 @@ The repository for this project is currently private.
9999

100100
We’re looking at creating paid opportunities for working on open source software *which are properly compensated, flexible & well balanced.*
101101

102-
If you're interested in a position working on this project, please send an intro: `kim`&nbsp;&#x40;&nbsp;`encode.io`.
102+
If you're interested in a position working on this project, please send an intro: *kim&#x40;encode.io*
103103

104104
---
105105

0 commit comments

Comments
 (0)